Skip to content

Commit

Permalink
set base ur;
Browse files Browse the repository at this point in the history
l
  • Loading branch information
EmmaLRussell committed Mar 26, 2024
1 parent ac9617b commit 3d2e8fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import { setupLayouts } from 'virtual:generated-layouts'

console.log(`base url is ${process.env.BASE_URL}`)
const router = createRouter({
history: createWebHistory(process.env.BASE_URL),
history: createWebHistory("/arbomap"),
extendRoutes: setupLayouts,
})

Expand Down

0 comments on commit 3d2e8fe

Please sign in to comment.