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 = { -