修复静态资源路径无效的问题
Some checks failed
test-doc / build-and-deploy (pull_request) Failing after 1m3s

This commit is contained in:
荆棘鸟文学社的小鸽子 2025-04-26 19:26:16 +08:00
parent 4f3ec01d6e
commit 32d5845b83

View File

@ -1,13 +1,8 @@
import { viteBundler } from '@vuepress/bundler-vite'
import { defineUserConfig } from "vuepress"
import theme from "./theme.js"
export default defineUserConfig({
bundler: viteBundler({
viteOptions: {},
vuePluginOptions: {},
}),
base: "/jingji/sp/",
base: "/",
lang: "zh-CN",
title: "荆棘鸟文学社",