Merge pull request #229 from IT4Change/remove-github-specific-config

refactor(other): remove github specific config
This commit is contained in:
Ulf Gebhardt 2025-02-17 19:17:03 +01:00 committed by GitHub
commit 7be7c43587
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,11 +0,0 @@
import { defineUserConfig } from 'vuepress'
import meta from './config/meta'
import theme from './config/theme'
import plugins from './config/plugins'
export default defineUserConfig({
base: "/IT4C.dev/",
...meta,
theme,
plugins,
})