fix: Property title is missing but required in type Prop in index.astro

This commit is contained in:
grassblock 2025-05-18 13:04:22 +08:00
parent 65d4be56ad
commit d3a8d4eb89

View file

@ -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>
<div class="content">
<h3>Welcome!</h3>