From c7c9aae60652b34e32dea0e3a70535eaef2a04b2 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis <axil@gitlab.com> Date: Mon, 6 Aug 2018 10:16:45 +0000 Subject: [PATCH] Change base URL --- 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 0f736e0..96502bd 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,6 +1,6 @@ module.exports = { title: 'GitLab â¤ï¸ VuePress', description: 'Vue-powered static site generator running on Gitlab Pages', - base: '/vuepress-gl-pages/', + base: '/vuepress/', dest: 'public' } \ No newline at end of file -- GitLab