Skip to content

Commit 5cf389b

Browse files
committedSep 22, 2024
FIX(Giscus): Fix discussions not appearing on pages
1 parent 9788c37 commit 5cf389b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
 

‎quartz.layout.ts

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ export const sharedPageComponents: SharedLayout = {
2222
provider: 'giscus',
2323
options: {
2424
// from data-repo
25-
repo: 'morrowind-modding/wiki',
25+
repo: 'morrowind-modding/morrowind-modding.github.io',
2626
// from data-repo-id
2727
repoId: 'R_kgDOLP1-Jw',
2828
// from data-category
29-
category: 'General',
29+
category: 'Announcements',
3030
// from data-category-id
31-
categoryId: 'DIC_kwDOLP1-J84CdRF9',
31+
categoryId: 'DIC_kwDOLP1-J84CdRF8',
3232
reactionsEnabled: true,
3333
}
3434
}),

0 commit comments

Comments
 (0)