Skip to content

Commit

Permalink
Merge pull request #3 from Victoria-Fedkova/Victoria-Fedkova-patch-3
Browse files Browse the repository at this point in the history
Update App.jsx
  • Loading branch information
Victoria-Fedkova authored Sep 25, 2023
2 parents 2104b4a + 5154d44 commit 998fcf1
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={import.meta.env.DEV ? '/' : '/wheels4rent/'}>
<BrowserRouter basename={ '/'}>
<GlobalStyle />
<Routes>
<Route path="/" element={<SharedLayout />}>
Expand Down

0 comments on commit 998fcf1

Please sign in to comment.