Skip to content

Commit

Permalink
src/router.ts: modify base
Browse files Browse the repository at this point in the history
  • Loading branch information
chunhochow committed Jul 27, 2023
1 parent 609cbae commit 8758952
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function vizPlugins(): any[] {

const router = new VueRouter({
mode: 'history',
base: '/',
base: '/simwrapper/',
routes,
// routes: vizPlugins().concat(routes),
// native-like back/forward and top-of-page routing
Expand Down

0 comments on commit 8758952

Please sign in to comment.