We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c96dfc6 commit f58bd75Copy full SHA for f58bd75
web/apps/labelstudio/src/app/App.jsx
@@ -37,7 +37,7 @@ const queryClient = new QueryClient({
37
});
38
39
const browserHistory = createBrowserHistory({
40
- basename: "/label-studio",
+ basename: "",
41
// callback is an async way to confirm or decline going to another page in the context of routing. It accepts `true` or `false`
42
getUserConfirmation: (message, callback) => {
43
// `history.block` doesn't block events, so in the case of listeners,
0 commit comments