mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2025-12-13 09:25:49 +00:00
12 lines
268 B
JavaScript
12 lines
268 B
JavaScript
import { viteBundler } from '@vuepress/bundler-vite'
|
|
import { defineUserConfig } from 'vuepress'
|
|
import meta from './config/meta'
|
|
import theme from './config/theme'
|
|
|
|
export default defineUserConfig({
|
|
lang: 'de-DE',
|
|
...meta,
|
|
theme,
|
|
bundler: viteBundler({}),
|
|
})
|