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` }]],