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({ 
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',  
}
}),
],