From 8785b91853362c96b0e7985a9cb41bf517d0054c Mon Sep 17 00:00:00 2001 From: Chris Krawietz <chriskrawietz@gmail.com> Date: Thu, 10 Jun 2021 10:47:30 +0200 Subject: [PATCH] =?UTF-8?q?[TASK]=20=E2=80=94=20Bugfix=20repo=20url?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 7ed4264..dc4ddeb 100755 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -143,7 +143,7 @@ module.exports = { themeConfig: { title: 'ITVSH Design System Dokumentation', repoLabel: 'Gitlab', - repo: 'https://gitlab.com/itvsh/design-system-sh.git', + repo: 'https://gitlab.com/itvsh/design-system-sh/', editLinks: true, editLinkText: 'Hilf uns diese Seite zu verbessern!', docsBranch: 'main', -- GitLab