From 0813418d07851e3808d1b8077655359e90e89bd6 Mon Sep 17 00:00:00 2001 From: Antonio De Lucreziis Date: Sat, 9 Jul 2022 19:26:08 +0200 Subject: [PATCH] Updated js --- _frontend/src/main.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/_frontend/src/main.jsx b/_frontend/src/main.jsx index ea78197..934a41c 100644 --- a/_frontend/src/main.jsx +++ b/_frontend/src/main.jsx @@ -39,6 +39,7 @@ const App = () => { }, }) + // no route if (id === 'unknown') { location.href = '/' }