diff --git a/docs/src/components/about-astro.astro b/docs/src/components/about-astro.astro index af02963da07..4d661444b72 100644 --- a/docs/src/components/about-astro.astro +++ b/docs/src/components/about-astro.astro @@ -1,47 +1,47 @@ --- interface Props { - title: string; + title: string; } const { title } = Astro.props; ---
- - {title} - Astro - - - + + {title} + Astro + + +
diff --git a/docs/src/components/file-tree.astro b/docs/src/components/file-tree.astro index 1f46a9b7ff4..238fa7cb589 100644 --- a/docs/src/components/file-tree.astro +++ b/docs/src/components/file-tree.astro @@ -3,140 +3,144 @@ import { fileTreeProcessor } from './internal/rehype-file-tree'; const content = await Astro.slots.render('default'); if (!/^\s*