Merge branch 'master' into remove-legacy-ssl-option

This commit is contained in:
Ulf Gebhardt 2025-02-17 19:17:21 +01:00 committed by GitHub
commit a99c1ef733
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,
})