From 9ab0d4c42d7d7012629c2b7089c54adc0172c259 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=88=B0=E9=98=9F=E7=9A=84=E5=81=B6=E5=83=8F-=E5=B2=9B?= =?UTF-8?q?=E9=A3=8E=E9=85=B1!?= Date: Mon, 31 Jul 2023 19:53:15 +0800 Subject: [PATCH] :bug: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 舰队的偶像-岛风酱! --- vuepress.config.ts | 2 +- vuepress.theme.ts | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/vuepress.config.ts b/vuepress.config.ts index 1f58250..a907ee7 100644 --- a/vuepress.config.ts +++ b/vuepress.config.ts @@ -10,7 +10,7 @@ export default defineUserConfig({ 'link', { rel: 'icon', - href: '/logo.png', + href: '/docs/logo.png', }, ], ], diff --git a/vuepress.theme.ts b/vuepress.theme.ts index 3ee91de..daa1372 100644 --- a/vuepress.theme.ts +++ b/vuepress.theme.ts @@ -9,9 +9,9 @@ export default hopeTheme({ logo: '/logo.png', - repo: 'https://gitlab.com/starry-orbit-studio/extreme-starry/edn', + repo: 'https://gitlab.com/starry-orbit-studio/extreme-starry/esdn', - docsRepo: 'https://gitlab.com/starry-orbit-studio/extreme-starry/edn', + docsRepo: 'https://gitlab.com/starry-orbit-studio/extreme-starry/esdn', docsBranch: 'master',