From 15c492d7cf44645e9101a8944a1ac6994c38071c Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Thu, 30 Nov 2023 09:56:53 +0100 Subject: [PATCH] vuepress base --- .vuepress/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ?? '/', })