From af45c69784f54f5da0ecd6c733d6faed08d5bc77 Mon Sep 17 00:00:00 2001 From: Burt Date: Fri, 6 Dec 2024 09:59:47 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20version=20+=20base=20=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.mts | 3 +-- docs/.vitepress/theme/components/NavBarTitleAfter.vue | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index e2079e3..d21c4eb 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -7,8 +7,7 @@ const buildTime = dayjs().format('yyyy-MM-dd HH:mm:ss') // https://vitepress.dev/reference/site-config export default defineConfig({ lang: 'zh-CN', - base: '/unibest-docs/', - // base: '/', + base: '/', title: 'unibest', description: '最好用的 uniapp 开发模板', lastUpdated: true, diff --git a/docs/.vitepress/theme/components/NavBarTitleAfter.vue b/docs/.vitepress/theme/components/NavBarTitleAfter.vue index 34480b0..20a0636 100644 --- a/docs/.vitepress/theme/components/NavBarTitleAfter.vue +++ b/docs/.vitepress/theme/components/NavBarTitleAfter.vue @@ -1,6 +1,5 @@