diff --git a/quartz.layout.ts b/quartz.layout.ts index e9ec591d7..4a78256aa 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -5,21 +5,7 @@ import * as Component from "./quartz/components" export const sharedPageComponents: SharedLayout = { head: Component.Head(), header: [], - afterBody: [ - Component.Comments({ - provider: "giscus", - options: { - // from data-repo - repo: "jackyzha0/quartz", - // from data-repo-id - repoId: "MDEwOlJlcG9zaXRvcnkzODcyMTMyMDg", - // from data-category - category: "Announcements", - // from data-category-id - categoryId: "DIC_kwDOFxRnmM4B-Xg6", - }, - }), - ], + afterBody: [], footer: Component.Footer({ links: { GitHub: "https://github.com/jackyzha0/quartz",