mirror of
https://github.com/IT4Change/IT4C.dev.git
synced 2026-01-20 20:01:26 +00:00
11 lines
220 B
JavaScript
11 lines
220 B
JavaScript
import { defineUserConfig } from 'vuepress'
|
|
import meta from './config/meta'
|
|
import theme from './config/theme'
|
|
import plugins from './config/plugins'
|
|
|
|
export default defineUserConfig({
|
|
...meta,
|
|
theme,
|
|
plugins,
|
|
})
|