fix(env/docs): 修正Vite和Vitepress的base路径配置

修复Vite和Vitepress的base路径配置不一致问题,确保部署路径统一
This commit is contained in:
feige996
2025-05-22 16:30:08 +08:00
parent 0c95957493
commit fa40a7d27b
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +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: '/',
base: '/unibest/',
title: 'unibest 官方文档',
description: '最好用的 uniapp 开发模板',
lastUpdated: true,