fix: Property title is missing but required in type Prop in index.astro
This commit is contained in:
parent
65d4be56ad
commit
d3a8d4eb89
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ import Layout from '../layouts/Layout.astro';
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
<Layout description="That a good start.">
|
<Layout title="" description="That a good start.">
|
||||||
<h1 class="title">~/</h1>
|
<h1 class="title">~/</h1>
|
||||||
<div class="content">
|
<div class="content">
|
||||||
<h3>Welcome!</h3>
|
<h3>Welcome!</h3>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue