diff --git a/src/router.ts b/src/router.ts index 63852509..0040c9e2 100644 --- a/src/router.ts +++ b/src/router.ts @@ -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