docs: vuepress构建文档

This commit is contained in:
2024-03-28 10:42:44 +08:00
parent 57a302a71e
commit 19d79d356d
3 changed files with 3 additions and 4 deletions

View File

@ -1,5 +1,6 @@
import {defineUserConfig} from "vuepress";
import theme from "./theme.js";
import viteBundler from "@vuepress/bundler-vite";
export default defineUserConfig({
base: "/",
@ -15,7 +16,6 @@ export default defineUserConfig({
],
theme,
// 和 PWA 一起启用
// shouldPrefetch: false,
});