diff --git a/src/.vuepress/config.js b/src/.vuepress/config.js index a75982407..1b1a29c32 100644 --- a/src/.vuepress/config.js +++ b/src/.vuepress/config.js @@ -8,7 +8,7 @@ const getComponents = () => components.tags.map(({ tag }) => { module.exports = { title: 'Crayons', - base: '/crayons/docs/', + base: '/', description: 'Use freshworks components to build apps', dest: 'docs-dist', docsDir: 'src',