diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 3b5eb76f..ed1b5959 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -1,6 +1,6 @@ module.exports = { - title: 'Hello VuePress', + title: 'Zodit', description: 'Just playing around', dest: 'docs_build', - base: '/project-starter/' + base: '/project-starter/', };