Skip to content

Commit

Permalink
Merge pull request #2 from User-DK/main
Browse files Browse the repository at this point in the history
Change Basename
  • Loading branch information
User-DK authored Sep 17, 2024
2 parents d1e1010 + 69fc19f commit 2426ade
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import DesignTeam from "./components/teamspages/Art-DecoTeam";
const App = () => {
return (
<>
<BrowserRouter basename="/wceartc-website">
<BrowserRouter>
<Routes>
<Route exact path="/" element={<Main />} />
<Route exact path="/adminverification" element={<Admin />} />
Expand Down

0 comments on commit 2426ade

Please sign in to comment.