Skip to content

Commit

Permalink
Merge pull request #98 from nicoalee/hotfix/resolve-routing
Browse files Browse the repository at this point in the history
fix: add basepath
  • Loading branch information
anibalsolon authored Oct 6, 2023
2 parents 846c50f + 3cfbd99 commit 4a55712
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ declare module '@vue/runtime-core' {

// enable routing
const router = createRouter({
history: createWebHistory(),
history: createWebHistory('/ezbids'),
routes: [
{ path: "/", component: LandingPage },
{ path: "/convert", component: BaseConvertPage },
Expand Down

0 comments on commit 4a55712

Please sign in to comment.