소스 검색

feat: add base

Carson 1 년 전
부모
커밋
b5b6d5dbb8
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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,