From 5fb6387d0f1dee0a31c5181d8c479b358eddbfd1 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 8 Apr 2024 15:08:47 +0200 Subject: [PATCH] do not define base either --- frontend/vite.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/vite.config.ts b/frontend/vite.config.ts index ecb7147626..26e49824aa 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -12,7 +12,7 @@ const isStorybook = () => ['storybook', 'storybook:build'].includes(process.env.npm_lifecycle_event as string) const config: UserConfig = { - base: '/app/', // process.env.BASE_URL, + // base: '/app/', // process.env.BASE_URL, plugins: [ vue(), !isStorybook() &&