From 262bd3bec694053111d6e0824f898f6e6edfd1e3 Mon Sep 17 00:00:00 2001 From: Christopher Krawietz <krawietz@new-communication.de> Date: Mon, 17 May 2021 15:55:23 +0200 Subject: [PATCH] =?UTF-8?q?[BUG]=20=E2=80=94=20Removed=20Sitemap=20package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 1 - src/.vuepress/config.js | 6 ------ 2 files changed, 7 deletions(-) diff --git a/package.json b/package.json index 5ed2625..b577d15 100755 --- a/package.json +++ b/package.json @@ -22,7 +22,6 @@ "@vuepress/plugin-pwa": "^1.8.2", "lottie-vuejs": "^0.4.0", "vuepress-plugin-robots": "^1.0.1", - "vuepress-plugin-sitemap-tranhom": "^1.0.3", "vuepress-plugin-smooth-scroll": "^0.0.10" }, "devDependencies": { diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 5628085..954d18d 100755 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -132,12 +132,6 @@ module.exports = { ], }, ], - [ - 'sitemap', - { - hostname: 'https://doku.design-system.sh', - }, - ], ], /** * Theme configuration, here is the default theme configuration for VuePress. -- GitLab