Skip to content

Commit

Permalink
Fix admin routing
Browse files Browse the repository at this point in the history
  • Loading branch information
irdkwmnsb committed Apr 15, 2024
1 parent b734060 commit e28f1b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frontend/admin/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ function App() {
}, []);

return (
<BrowserRouter basename={import.meta.env.PUBLIC_URL ?? ""}>
<BrowserRouter basename={import.meta.env.BASE_URL ?? ""}>
<SnackbarProvider maxSnack={5}>
<div className="App">
<ThemeProvider theme={getTheme(contestColor)}>
Expand Down

0 comments on commit e28f1b5

Please sign in to comment.