Modification pour pipeline

front
Alix JEUDI--LEMOINE 1 year ago
parent f4f3d5ba7d
commit 5b4b194cf0

@ -38,7 +38,7 @@ const routes = [
]
const router = createRouter({
history: createWebHistory(),
history: createWebHistory(import.meta.env.BASE_URL),
routes, // short for `routes: routes`
})

Loading…
Cancel
Save