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>
This commit is contained in:
Sha Mwe La 2021-07-20 22:33:44 +06:30 committed by GitHub
parent 791558658f
commit c044e62a08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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>