X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=ui%2Fweb%2Fsrc%2Frouter%2Findex.ts;h=4e731af0fc1f4d1aa14b8da8f6e58ad9bc574997;hb=2cddfd51bc02035aa62d69916c7f4b3c7b04ad01;hp=5a6eca115af9618365f979339fed312ca325991d;hpb=b50922fa7939f9fa15f73cbc43c674210bbca397;p=e-mobility-charging-stations-simulator.git diff --git a/ui/web/src/router/index.ts b/ui/web/src/router/index.ts index 5a6eca11..4e731af0 100644 --- a/ui/web/src/router/index.ts +++ b/ui/web/src/router/index.ts @@ -10,7 +10,7 @@ const routes: RouteRecordRaw[] = [ ]; const router = createRouter({ - history: createWebHistory(process.env.BASE_URL), + history: createWebHistory(), routes, });