Skip to content

Commit 220f476

Browse files
author
ComputelessComputer
committed
removed giscus
1 parent e9463eb commit 220f476

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/pages/pages/[slug].astro

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
import { getCollection, render } from "astro:content";
33
import Base from "../../layouts/Base.astro";
44
import Header from "../../components/Header.astro";
5-
import Giscus from "../../components/Giscus.astro";
65
76
export async function getStaticPaths() {
87
const pages = await getCollection("pages");
@@ -28,6 +27,4 @@ const title = page.id;
2827
<Content />
2928
</div>
3029
</article>
31-
32-
<Giscus category="pages" />
3330
</Base>

0 commit comments

Comments
 (0)