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 @@