Skip to content

Commit

Permalink
Revert "Update App.jsx"
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoria-Fedkova authored Sep 25, 2023
1 parent 998fcf1 commit 92dd7dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import GlobalStyle from './styles/globalStyles';
function App() {
return (
// <HelmetProvider>
<BrowserRouter basename={ '/'}>
<BrowserRouter basename={import.meta.env.DEV ? '/' : '/wheels4rent/'}>
<GlobalStyle />
<Routes>
<Route path="/" element={<SharedLayout />}>
Expand Down

0 comments on commit 92dd7dc

Please sign in to comment.