From 9fb6298d79eb9c296e3f01567e5c7eff7f7594f2 Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis <axil@gitlab.com> Date: Mon, 6 Aug 2018 10:19:42 +0000 Subject: [PATCH] Correct GitLab name --- 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 96502bd..2d99aeb 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', + description: 'Vue-powered static site generator running on GitLab Pages', base: '/vuepress/', dest: 'public' } \ No newline at end of file -- GitLab