Skip to content

Commit

Permalink
need global redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
ryqndev committed Apr 8, 2024
1 parent a51269d commit af67f5e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,20 @@ function App() {
}
/>

{/* Leaving this redirect here since that link is posted on our insta */}
<Route
path="impact22"
element={<Redirect to="/designathon/22" />}
/>
<Route
path="truetoyou"
element={<Redirect to="/designathon/24" />}
/>
<Route
path="true-to-you"
element={<Redirect to="/designathon/24" />}
/>

<Route
path="/ptsignup"
element={
Expand Down

0 comments on commit af67f5e

Please sign in to comment.