diff options
author | 2021-07-20 22:33:44 +0630 | |
---|---|---|
committer | 2021-07-20 11:03:44 -0500 | |
commit | c044e62a08ff642a5ad06cf1dbba841012e1ce1c (patch) | |
tree | c07ffbad5b129771857f8851602052d9234a52b8 /docs/src/pages/index.astro | |
parent | 791558658f1da3cc68d277f0a32e99db8d501dbd (diff) | |
download | astro-c044e62a08ff642a5ad06cf1dbba841012e1ce1c.tar.gz astro-c044e62a08ff642a5ad06cf1dbba841012e1ce1c.tar.zst astro-c044e62a08ff642a5ad06cf1dbba841012e1ce1c.zip |
Add title for the Astro Documentation Page (#774)
* Add title for the Astro Documentation Page
* Add the missing object braces
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
Co-authored-by: Nate Moore <natemoo-re@users.noreply.github.com>
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> |