Skip to content

Commit

Permalink
🐛 fix: Fix giscus
Browse files Browse the repository at this point in the history
  • Loading branch information
canisminor1990 committed Sep 20, 2024
1 parent 18b8962 commit b4ccf79
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .dumirc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ const themeConfig = {
},
description: description,
footer: 'Made with 🤯 by LobeHub',
giscus: {
category: 'Q&A',
categoryId: 'DIC_kwDOLLYRIs4Cin-i',
repo: 'lobehub/lobe-icons',
repoId: 'R_kgDOLLYRIg',
},
name: 'Icons',
nav: [
{ link: '/components/ai21', title: 'Icons' },
Expand All @@ -46,12 +52,6 @@ export default defineConfig({
},
extraBabelPlugins: ['babel-plugin-antd-style'],
favicons: ['https://lobehub.com/favicon.ico'],
giscus: {
category: 'Q&A',
categoryId: 'DIC_kwDOLLYRIs4Cin-i',
repo: 'lobehub/lobe-icons',
repoId: 'R_kgDOLLYRIg',
},
locales: [{ id: 'en-US', name: 'English' }],
mfsu: isWin ? undefined : {},
npmClient: 'pnpm',
Expand Down

0 comments on commit b4ccf79

Please sign in to comment.