From 5a2abc1d110c7bc2272b86ae9b457ab970b72509 Mon Sep 17 00:00:00 2001 From: conglinyizhi Date: Sun, 18 May 2025 01:57:38 +0800 Subject: [PATCH] feat(index): Add welcome heading --- src/pages/index.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 9b27c3b..f8bda82 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -6,6 +6,8 @@ import Layout from '../layouts/Layout.astro';

~/

+

Welcome!

+ Not much here yet, but you can check out my blog posts here.
If you are site owner, please edit src/pages/index.astro to customize this page.