修复“The bundler or theme option is missing”
This commit is contained in:
parent
32d5845b83
commit
5bea607bb7
@ -1,8 +1,13 @@
|
|||||||
|
import { viteBundler } from '@vuepress/bundler-vite'
|
||||||
import { defineUserConfig } from "vuepress"
|
import { defineUserConfig } from "vuepress"
|
||||||
import theme from "./theme.js"
|
import theme from "./theme.js"
|
||||||
|
|
||||||
export default defineUserConfig({
|
export default defineUserConfig({
|
||||||
base: "/",
|
base: "/",
|
||||||
|
bundler: viteBundler({
|
||||||
|
viteOptions: {},
|
||||||
|
vuePluginOptions: {},
|
||||||
|
}),
|
||||||
|
|
||||||
lang: "zh-CN",
|
lang: "zh-CN",
|
||||||
title: "荆棘鸟文学社",
|
title: "荆棘鸟文学社",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user