From 571ac92d048d137a8b4f68fb53c4aa25b68981cf Mon Sep 17 00:00:00 2001 From: wanchun <445436867@qq.com> Date: Mon, 16 May 2022 17:33:56 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20=E6=96=87=E6=A1=A3base?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/.vuepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.ts b/docs/.vuepress/config.ts index ae44308e..859dd3da 100644 --- a/docs/.vuepress/config.ts +++ b/docs/.vuepress/config.ts @@ -4,7 +4,7 @@ import { navbar, sidebar } from './configs' const config: UserConfig = { - base: '/', + base: '/next/', head: [['link', { rel: 'manifest', href: '/manifest.webmanifest' }], ['link', { rel: 'icon', href: `/logo.png` }]],