From 2402c2a5158d9e92ffda391db0c9cd9f1e268d25 Mon Sep 17 00:00:00 2001 From: Alexander Bentkamp Date: Thu, 25 May 2023 11:47:24 +0200 Subject: [PATCH] add forward to keep old address alive --- client/src/index.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/client/src/index.tsx b/client/src/index.tsx index a51bd57..814407f 100644 --- a/client/src/index.tsx +++ b/client/src/index.tsx @@ -23,6 +23,10 @@ const router = createHashRouter([ path: "/", element: , }, + { + path: "/game/nng", + loader: () => redirect("/g/hhu-adam/NNG4") + }, { path: "/g/:owner/:repo", element: ,