adapt config of redirect plugin to vuepress theme hope changes

This commit is contained in:
mahula 2024-05-20 21:56:01 +02:00
parent 6da613d06c
commit 2b9b9eb99b

View File

@ -3,12 +3,10 @@ import { viteBundler } from '@vuepress/bundler-vite'
import meta from './config/meta'
import theme from './config/theme'
// import plugins from './config/plugins'
export default defineUserConfig({
...meta,
theme,
// plugins,
bundler: viteBundler(),
base: process.env.VUEPRESS_BASE ? `/${process.env.VUEPRESS_BASE}/` : '/',
locales: {