Skip to content

Commit

Permalink
/
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaKotl committed Dec 6, 2024
1 parent bd43510 commit f1a8536
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ ReactDOM.createRoot(document.getElementById("root")).render(
loading={<Spinner />}
persistor={persistor}
>
<BrowserRouter basename="/RentCar/react">
<BrowserRouter basename="/RentCar">
<App />
</BrowserRouter>
</PersistGate>
Expand Down
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import react from "@vitejs/plugin-react";

export default defineConfig({
plugins: [react()],
base: '/RentCar/react',
base: '/RentCar/',
resolve: {
alias: { src: "/src" },
},
Expand Down

0 comments on commit f1a8536

Please sign in to comment.