From 1d81a1de2d6ceeebe6b7f43fa69b909b71168a20 Mon Sep 17 00:00:00 2001 From: Ulf Gebhardt Date: Mon, 8 Apr 2024 15:40:07 +0200 Subject: [PATCH] use all bases --- 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 f5164871c..b2a25890f 100644 --- a/frontend/vite.config.ts +++ b/frontend/vite.config.ts @@ -19,7 +19,7 @@ const config: UserConfig = { vike({ prerender: true, // baseAssets: 'https://stage1.dreammall.earth/app/', - // baseAssets: '/app/', + baseAssets: '/app/', baseServer: '/app/', }), // SSR only when storybook is not running vueI18n({