From 0b3aa734123c8de9b5e8fcdfa0f35a0a15b6651c Mon Sep 17 00:00:00 2001 From: QihanNX Date: Sun, 14 Jun 2026 17:25:50 +0800 Subject: [PATCH] Update PostLayout.astro --- src/layouts/PostLayout.astro | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/layouts/PostLayout.astro b/src/layouts/PostLayout.astro index af6b3c7..fa44862 100644 --- a/src/layouts/PostLayout.astro +++ b/src/layouts/PostLayout.astro @@ -1,7 +1,6 @@ --- import Layout from "./Layout.astro"; import config from "@/config"; -import Giscus from "@/components/Giscus.astro"; type Props = { title?: string; @@ -36,6 +35,7 @@ const structuredData = { + { @@ -63,5 +63,4 @@ const structuredData = { -