From 8317ee43fdd04735341f56aef5ba106882e9c87b Mon Sep 17 00:00:00 2001 From: LittleSheep Date: Thu, 19 Dec 2024 23:23:08 +0800 Subject: [PATCH] :bug: Fix description in SEO --- src/pages/posts/[...slug].astro | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/posts/[...slug].astro b/src/pages/posts/[...slug].astro index 02ee277..2fff45a 100644 --- a/src/pages/posts/[...slug].astro +++ b/src/pages/posts/[...slug].astro @@ -32,7 +32,7 @@ const attachments = await fetchAttachmentMeta(data.body.attachments)