fix(ui): fix startup
[e-mobility-charging-stations-simulator.git] / ui / web / src / router / index.ts
index 5a6eca115af9618365f979339fed312ca325991d..4e731af0fc1f4d1aa14b8da8f6e58ad9bc574997 100644 (file)
@@ -10,7 +10,7 @@ const routes: RouteRecordRaw[] = [
 ];
 
 const router = createRouter({
-  history: createWebHistory(process.env.BASE_URL),
+  history: createWebHistory(),
   routes,
 });