From d3a8d4eb89d254743581fa72107646f042c68762 Mon Sep 17 00:00:00 2001 From: grassblock Date: Sun, 18 May 2025 13:04:22 +0800 Subject: [PATCH] fix: Property title is missing but required in type Prop in index.astro --- src/pages/index.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.astro b/src/pages/index.astro index 804367a..5fc47fd 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -3,7 +3,7 @@ import Layout from '../layouts/Layout.astro'; --- - +

~/

Welcome!