From 3d1c30cdf36b90882982b190e7648ba501379a5c Mon Sep 17 00:00:00 2001
From: Christopher Krawietz <krawietz@new-communication.de>
Date: Thu, 3 Jun 2021 14:30:19 +0200
Subject: [PATCH] =?UTF-8?q?[BUG]=20=E2=80=94=20Rollbck=20of=20changes=20in?=
 =?UTF-8?q?=20config.js?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/.vuepress/config.js | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js
index 1715fba..3496cde 100755
--- a/src/.vuepress/config.js
+++ b/src/.vuepress/config.js
@@ -1,6 +1,4 @@
 const { description } = require('../../package.json');
-const { CI_PAGES_URL } = process.env;
-const base = CI_PAGES_URL && new URL(CI_PAGES_URL).pathname;
 
 module.exports = {
 	/**
@@ -12,7 +10,6 @@ module.exports = {
 	 */
 	description: description,
 	theme: 'nc-provider',
-	base: base,
 	dest: 'public',
 
 	/**
-- 
GitLab