diff options
Diffstat (limited to '')
-rw-r--r-- | docs/src/pages/index.astro | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/index.astro b/docs/src/pages/index.astro index 7b16ea1a0..2b0fd5d59 100644 --- a/docs/src/pages/index.astro +++ b/docs/src/pages/index.astro @@ -2,7 +2,7 @@ import Layout from '../layouts/Main.astro'; --- -<Layout centered> +<Layout centered content={{ title: 'Astro Documentation' }}> <h1> <code style="white-space: nowrap;">npm init astro</code> </h1> |