From 361179caff1c1f2c9cbd0b7b70ab9fc77dab8257 Mon Sep 17 00:00:00 2001 From: jgleal Date: Tue, 12 Dec 2023 16:00:35 +0100 Subject: [PATCH] fix: add basename to router --- src/routes/AppRouter.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/AppRouter.tsx b/src/routes/AppRouter.tsx index 5b3a69f..3e024b7 100644 --- a/src/routes/AppRouter.tsx +++ b/src/routes/AppRouter.tsx @@ -36,7 +36,7 @@ const routes: RouteType[] = [ export const AppRouter = () => { return ( - + {routes.map(({ key, path, element }: RouteType) => (