From e002af6f8ad7bcc0d3a79441e79d61479a74aa64 Mon Sep 17 00:00:00 2001 From: conglinyizhi Date: Sun, 18 May 2025 11:38:05 +0800 Subject: [PATCH] fix(blog): Add SEO description for the blog page --- src/pages/blog.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/blog.astro b/src/pages/blog.astro index 0e7f986..08c41a6 100644 --- a/src/pages/blog.astro +++ b/src/pages/blog.astro @@ -6,7 +6,7 @@ const posts = await getCollection('posts'); posts.sort((a, b) => new Date(b.data.pubDate).getTime() - new Date(a.data.pubDate).getTime()); --- - +

~/blog