revert: remove comments section from main quartz pages

Signed-off-by: Aaron Pham <contact@aarnphm.xyz>
This commit is contained in:
Aaron Pham 2024-08-05 15:15:30 -04:00
parent 2f0eb54c20
commit 201c76b6ef
No known key found for this signature in database
GPG Key ID: 18974753009D2BFA

View File

@ -5,21 +5,7 @@ import * as Component from "./quartz/components"
export const sharedPageComponents: SharedLayout = { export const sharedPageComponents: SharedLayout = {
head: Component.Head(), head: Component.Head(),
header: [], header: [],
afterBody: [ 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",
},
}),
],
footer: Component.Footer({ footer: Component.Footer({
links: { links: {
GitHub: "https://github.com/jackyzha0/quartz", GitHub: "https://github.com/jackyzha0/quartz",