From bedb75dce0753c8216fdc0779f1fc180a975ae32 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 17 Feb 2025 01:48:42 +0100 Subject: [PATCH] remove github specific config Since the page is now deployed to an external host and no longer utilizes github pages, this is not required. --- docs/.vuepress/config.github.js | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 docs/.vuepress/config.github.js diff --git a/docs/.vuepress/config.github.js b/docs/.vuepress/config.github.js deleted file mode 100644 index 80ed2c0..0000000 --- a/docs/.vuepress/config.github.js +++ /dev/null @@ -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, -})