From 4ee520c4b19c2925d3892d20a6c4118ef6ee0c08 Mon Sep 17 00:00:00 2001 From: Marvin Kuhn Date: Wed, 10 Apr 2019 19:43:39 +0200 Subject: [PATCH] fixed: set correct vuepress base path --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index b163c35..118a1c9 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,6 +1,6 @@ module.exports = { title: "Neos-Blog Documentation", - base: "https://breadlesscode.github.io/neos-blog/", + base: "/neos-blog/", themeConfig: { nav: [ {