Skip to content

Commit

Permalink
remove basename
Browse files Browse the repository at this point in the history
  • Loading branch information
iandday committed Mar 12, 2024
1 parent ed07552 commit ebce2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function App() {
<ColorModeContext.Provider value={colorMode}>
<ThemeProvider theme={theme}>
<CssBaseline />
<HashRouter basename="/plant_tracker/#">
<HashRouter>
<Routes>
<Route path="/" element={<MyPlants />} />
<Route path="/myGraveyard" element={<MyGraveyard />} />
Expand Down

0 comments on commit ebce2c5

Please sign in to comment.