Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Reqima-dev committed Apr 24, 2023
1 parent 14eec02 commit a2df97b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import NotFound from "./pages/NotFound/NotFound";
import Contact from "./pages/Contact";
function App() {
return (
<BrowserRouter basename="/">
<BrowserRouter basename="/techrun">
<Routes>
<Route element={<Layout />}>
<Route path="/" element={<Navigate to="/home" />} />
Expand Down

0 comments on commit a2df97b

Please sign in to comment.