diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index 7371c134..2d9bb505 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -10,7 +10,7 @@ import path from "path"; export default { title: 'Chrultrabook Docs', description: description, - base: "/docs/", + base: "/docz/", head: [ ['meta', { name: 'theme-color', content: '#6a4aec' }], ['meta', { name: 'apple-mobile-web-app-capable', content: 'yes' }],