Update quartz.layout.ts

This commit is contained in:
enneaa 2025-03-12 22:25:03 +08:00 committed by GitHub
parent ad60bfa3bf
commit 88c6878091
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -45,14 +45,14 @@ export const defaultContentPageLayout: PageLayout = { 
Component.Comments({  Component.Comments({ 
provider: 'giscus', provider: 'giscus',
options: { options: {
// from data-repo // from data-repo 
repo: 'jackyzha0/quartz',  repo: 'enneaa/giscus',  
// from data-repo-id // from data-repo-id 
repoId: 'MDEwOlJlcG9zaXRvcnkzODcyMTMyMDg', repoId: 'R_kgDOOHb7aw', 
// from data-category // from data-category 
category: 'Announcements', category: 'Announcements', 
// from data-category-id  // from data-category-id  
categoryId: 'DIC_kwDOFxRnmM4B-Xg6',  categoryId: 'DIC_kwDOOHb7a84Cn6os',  
} }
}), }),
], ],