From f10133fc4e7e7bef48ca35b038832f582354b0eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Garc=C3=ADa=20Garz=C3=B3n?= Date: Tue, 5 Nov 2024 13:04:33 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20new=20entry=20points=20in=20wp=20fo?= =?UTF-8?q?r=20new=20member?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.jsx | 31 +++++++++++++------------------ 1 file changed, 13 insertions(+), 18 deletions(-) diff --git a/src/App.jsx b/src/App.jsx index cd6ac423..a3ccf1e8 100644 --- a/src/App.jsx +++ b/src/App.jsx @@ -187,24 +187,19 @@ const App = (props) => { } /> - } /> - - } - /> - } - /> - } - /> - } - /> + {[ + "/new-member", + "/: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)=> ( + } /> + ))}