Skip to content

Commit

Permalink
🧹 remove old new-member urls
Browse files Browse the repository at this point in the history
  • Loading branch information
vokimon committed Nov 7, 2024
1 parent fae4323 commit 093b841
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -192,11 +192,6 @@ const App = (props) => {
"/:language/associat/",
"/:language/asociate/", // es, gl
"/:language/bazkidetu/",
// Deprecated entrypoints: remove after transition to "associat" as the official pages
"/:language/fes-te-n-soci-a/",
"/:language/hazte-socio-a/",
"/:language/izan-zaitez-bazkide/",
"/:language/faite-socio-a/",
].map((path)=> (
<Route path={path} key={path} element={<Member {...props} />} />
))}
Expand Down

0 comments on commit 093b841

Please sign in to comment.