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: ,