remove github specific config

Since the page is now deployed to an external host and no longer
utilizes github pages, this is not required.
This commit is contained in:
Ulf Gebhardt 2025-02-17 01:48:42 +01:00
parent 690e4d53ad
commit bedb75dce0
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

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,
})