From 88c6878091b026df3570cf40031a9ddb0383f477 Mon Sep 17 00:00:00 2001 From: enneaa Date: Wed, 12 Mar 2025 22:25:03 +0800 Subject: [PATCH] Update quartz.layout.ts --- quartz.layout.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/quartz.layout.ts b/quartz.layout.ts index 057fce176..1e49e40f6 100644 --- a/quartz.layout.ts +++ b/quartz.layout.ts @@ -45,14 +45,14 @@ export const defaultContentPageLayout: PageLayout = {  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',  + // from data-repo  + repo: 'enneaa/giscus',   + // from data-repo-id  + repoId: 'R_kgDOOHb7aw',  + // from data-category  + category: 'Announcements',  + // from data-category-id   + categoryId: 'DIC_kwDOOHb7a84Cn6os',   } }), ],