Skip to content

Commit

Permalink
add hardcoded subpath
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadim Ritter committed Sep 23, 2024
1 parent f809176 commit 0ff0310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/router/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ const routes: Array<RouteRecordRaw> = [
];

const router = createRouter({
history: createWebHistory(),
history: createWebHistory("/sps-gui/"),
routes
});

Expand Down

0 comments on commit 0ff0310

Please sign in to comment.