mirror of
https://github.com/Ocelot-Social-Community/ocelot.social.git
synced 2025-12-13 07:46:08 +00:00
adapt config of redirect plugin to vuepress theme hope changes
This commit is contained in:
parent
6da613d06c
commit
2b9b9eb99b
@ -3,12 +3,10 @@ import { viteBundler } from '@vuepress/bundler-vite'
|
|||||||
|
|
||||||
import meta from './config/meta'
|
import meta from './config/meta'
|
||||||
import theme from './config/theme'
|
import theme from './config/theme'
|
||||||
// import plugins from './config/plugins'
|
|
||||||
|
|
||||||
export default defineUserConfig({
|
export default defineUserConfig({
|
||||||
...meta,
|
...meta,
|
||||||
theme,
|
theme,
|
||||||
// plugins,
|
|
||||||
bundler: viteBundler(),
|
bundler: viteBundler(),
|
||||||
base: process.env.VUEPRESS_BASE ? `/${process.env.VUEPRESS_BASE}/` : '/',
|
base: process.env.VUEPRESS_BASE ? `/${process.env.VUEPRESS_BASE}/` : '/',
|
||||||
locales: {
|
locales: {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user