diff --git a/.vuepress/config.ts b/.vuepress/config.ts index 8dcb70b..3789134 100644 --- a/.vuepress/config.ts +++ b/.vuepress/config.ts @@ -4,5 +4,5 @@ export default defineUserConfig({ title: 'IT4C Frontend Boilerplate Documentation', description: 'IT4C Frontend Boilerplate Documentation', dest: 'build/docs', - base: '/boilerplate-frontend/', + base: process.env.VUEPRESS_BASE ?? '/', })