Browse Source

feat: base

Carson 9 months ago
parent
commit
53f5fb2899
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .vitepress/config.mts

+ 1 - 0
.vitepress/config.mts

@@ -110,6 +110,7 @@ let { rootSideBar, zhHKSideBar, enUSSideBar } = buildSideBar(
 export default defineConfig({
   title: "可可智慧教育平台",
   description: "可可智慧教育平台",
+  base: '/help/',
   srcDir: DOC_BASE_PATH,
   ignoreDeadLinks: true,
   lastUpdated: true,