import { viteBundler } from '@vuepress/bundler-vite' import { defineUserConfig } from "vuepress" import theme from "./theme.js" export default defineUserConfig({ base: "/", bundler: viteBundler({ viteOptions: {}, vuePluginOptions: {}, }), lang: "zh-CN", title: "荆棘鸟文学社", description: "荆棘鸟文学社高三特刊", head: [ [ 'link', { rel: 'icon', href: 'favicon.ico' } ] ], theme, });