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:
parent
791558658f
commit
c044e62a08
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue