From b4ccf79b1548980d1c323e7c3d6214fdd63fc015 Mon Sep 17 00:00:00 2001 From: canisminor1990 Date: Fri, 20 Sep 2024 10:33:06 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20Fix=20giscus?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dumirc.ts | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.dumirc.ts b/.dumirc.ts index 583795c..b36f34b 100644 --- a/.dumirc.ts +++ b/.dumirc.ts @@ -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' }, @@ -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',