Skip to content

Commit

Permalink
Merge pull request #4 from Victoria-Fedkova/revert-3-Victoria-Fedkova…
Browse files Browse the repository at this point in the history
…-patch-3

Revert "Update App.jsx"
  • Loading branch information
Victoria-Fedkova authored Sep 25, 2023
2 parents 998fcf1 + 92dd7dc commit f3c9156
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 f3c9156

Please sign in to comment.