Skip to content

Commit f58bd75

Browse files
committed
fix: remove basename from browser history configuration
1 parent c96dfc6 commit f58bd75

File tree

1 file changed

+1
-1
lines changed
  • web/apps/labelstudio/src/app

1 file changed

+1
-1
lines changed

web/apps/labelstudio/src/app/App.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const queryClient = new QueryClient({
3737
});
3838

3939
const browserHistory = createBrowserHistory({
40-
basename: "/label-studio",
40+
basename: "",
4141
// callback is an async way to confirm or decline going to another page in the context of routing. It accepts `true` or `false`
4242
getUserConfirmation: (message, callback) => {
4343
// `history.block` doesn't block events, so in the case of listeners,

0 commit comments

Comments
 (0)