fix(env/docs): 修正Vite和Vitepress的base路径配置
修复Vite和Vitepress的base路径配置不一致问题,确保部署路径统一
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user