We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6089d9a commit 84136ffCopy full SHA for 84136ff
1 file changed
src/site.config.ts
@@ -160,9 +160,9 @@ export const integ: IntegrationUserConfig = {
160
giscus: {
161
enable: true,
162
repo: 'CatCodeMe/catcodeme.github.io', // 仓库名
163
- repoId: 'R_kgDOLTuIuQ', // 仓库 ID
164
- category: 'General', // 分类名
165
- categoryId: 'DIC_kwDOLTuIuc4Csz7O', // 分类 ID
+ repoId: 'R_kgDOPOflqw', // 仓库 ID
+ category: 'Announcements', // 分类名
+ categoryId: 'DIC_kwDOPOflq84CtHbc', // 分类 ID
166
mapping: 'og:title', // 评论关联方式
167
strict: '0',
168
reactionsEnabled: '1',
@@ -196,4 +196,4 @@ export const terms: CardListData = {
196
}
197
198
const config = { ...theme, integ } as Config
199
-export default config
+export default config
0 commit comments