mirror of
https://github.com/LiteyukiStudio/LiteyukiBot.git
synced 2025-07-27 09:50:57 +00:00
docs: vuepress构建文档
This commit is contained in:
@ -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,
|
||||
});
|
||||
|
Reference in New Issue
Block a user