// .vitepress/config/commentConfig.ts export const giscusConfig = { comment: { options: { repo: 'DowneyRem/downeyrem.github.io', //仓库 repoId: 'R_kgDOQwOaXw', //仓库ID category: 'General', // 讨论分类 categoryId: 'DIC_kwDOQwOaX84C0ry0', //讨论分类ID mapping: 'pathname', inputPosition: 'bottom', lang: 'zh-CN', loading: "lazy", }, }, };