From 208d9b9cbae1762cc89622859c8005a5646e666c Mon Sep 17 00:00:00 2001 From: Sam Beckham <sbeckham@gitlab.com> Date: Tue, 5 Jun 2018 10:20:41 +0000 Subject: [PATCH] Update config.js --- 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 3711e9e..0f736e0 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-gl-pages/', dest: 'public' } \ No newline at end of file -- GitLab