Skip to content

Commit 84136ff

Browse files
committed
move comment to blog_comments repo
1 parent 6089d9a commit 84136ff

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/site.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,9 +160,9 @@ export const integ: IntegrationUserConfig = {
160160
giscus: {
161161
enable: true,
162162
repo: 'CatCodeMe/catcodeme.github.io', // 仓库名
163-
repoId: 'R_kgDOLTuIuQ', // 仓库 ID
164-
category: 'General', // 分类名
165-
categoryId: 'DIC_kwDOLTuIuc4Csz7O', // 分类 ID
163+
repoId: 'R_kgDOPOflqw', // 仓库 ID
164+
category: 'Announcements', // 分类名
165+
categoryId: 'DIC_kwDOPOflq84CtHbc', // 分类 ID
166166
mapping: 'og:title', // 评论关联方式
167167
strict: '0',
168168
reactionsEnabled: '1',
@@ -196,4 +196,4 @@ export const terms: CardListData = {
196196
}
197197

198198
const config = { ...theme, integ } as Config
199-
export default config
199+
export default config

0 commit comments

Comments
 (0)