Skip to content

Commit

Permalink
Initial Commit
Browse files Browse the repository at this point in the history
  • Loading branch information
needa01 committed Sep 23, 2023
1 parent 6008101 commit 8caaaaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { BrowserRouter, Route, Routes } from "react-router-dom";

const root = ReactDOM.createRoot(document.getElementById("root"));
root.render(
<BrowserRouter basename="/React-Tours-App">
<BrowserRouter basename="/React-Tours-App/public/index.html">
<Routes>
<Route path="/" Component={App} />

Expand Down

0 comments on commit 8caaaaf

Please sign in to comment.