Browse Source

feat: add base

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

+ 1 - 0
.vitepress/config.mts

@@ -110,6 +110,7 @@ console.log(
 export default defineConfig({
   title: "CocoBlockly帮助文档",
   description: "Cococlass help documents",
+  base: '/help/',
   srcDir: DOC_BASE_PATH,
   ignoreDeadLinks: true,
   lastUpdated: true,