We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9463eb commit 220f476Copy full SHA for 220f476
1 file changed
src/pages/pages/[slug].astro
@@ -2,7 +2,6 @@
2
import { getCollection, render } from "astro:content";
3
import Base from "../../layouts/Base.astro";
4
import Header from "../../components/Header.astro";
5
-import Giscus from "../../components/Giscus.astro";
6
7
export async function getStaticPaths() {
8
const pages = await getCollection("pages");
@@ -28,6 +27,4 @@ const title = page.id;
28
27
<Content />
29
</div>
30
</article>
31
-
32
- <Giscus category="pages" />
33
</Base>
0 commit comments