From 8a56156427c13640a896f434e491bca2f320a3ce Mon Sep 17 00:00:00 2001 From: canisminor1990 Date: Fri, 20 Sep 2024 10:28:09 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat:=20Add=20sitemap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .dumirc.ts | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.dumirc.ts b/.dumirc.ts index 3638a45..41f4e30 100644 --- a/.dumirc.ts +++ b/.dumirc.ts @@ -28,9 +28,9 @@ const themeConfig = { footer: 'Made with 🤯 by LobeHub', giscus: { category: 'Q&A', - categoryId: 'DIC_kwDOJloKoM4CXsCu', - repo: 'lobehub/lobe-ui', - repoId: 'R_kgDOJloKoA', + categoryId: 'DIC_kwDOKoaTlM4Cin-0', + repo: 'lobehub/lobe-tts', + repoId: 'R_kgDOKoaTlA', }, name: 'TTS', socialLinks: { @@ -51,7 +51,7 @@ export default defineConfig({ define: { 'process.env': process.env, }, - favicons: ['https://npm.elemecdn.com/@lobehub/assets-favicons/assets/favicon.ico'], + favicons: ['https://lobehub.com/favicon.ico'], locales: [ { id: 'en-US', name: 'English' }, { id: 'zh-CN', name: '简体中文' }, @@ -64,6 +64,9 @@ export default defineConfig({ atomDirs: [{ dir: 'src/react', type: 'component' }], entryFile: isProduction ? './src/index.ts' : undefined, }, + sitemap: { + hostname: 'https://tts.lobehub.com', + }, styles: [ `html, body { background: transparent; }