Skip to content

Commit

Permalink
fix: initial template
Browse files Browse the repository at this point in the history
  • Loading branch information
nxhawk committed Jun 18, 2024
1 parent 6e0dfc6 commit e47b382
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 @@ -16,7 +16,7 @@ const routes = [
]

const router = createRouter({
history: createWebHistory(),
history: createWebHistory("quick/"),
routes,
})

Expand Down

0 comments on commit e47b382

Please sign in to comment.