From 39bd39cf10e37927be45a89827b36e25d583779d Mon Sep 17 00:00:00 2001 From: Burt Date: Fri, 6 Dec 2024 15:22:04 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E9=83=A8=E7=BD=B2=E6=96=87=E6=A1=A32?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vitepress/config.mts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/config.mts b/docs/.vitepress/config.mts index d230d6e..0e7c3c0 100644 --- a/docs/.vitepress/config.mts +++ b/docs/.vitepress/config.mts @@ -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,