From 30b432d5cb06675be80e4e58efaa1a7245ba2fbf Mon Sep 17 00:00:00 2001 From: Rafael Melo Date: Fri, 19 Jan 2024 14:01:48 -0300 Subject: [PATCH] chore: use unfortunate github pages path --- src/App.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index a32f1a7..3772bd0 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -7,15 +7,15 @@ import { Projects } from "@/routes/Projects"; const router = createBrowserRouter([ { - path: "/", + path: "/portfolio2.0/", element: , children: [ { - path: "/", + path: "/portfolio2.0/", element:
, }, { - path: "/projects", + path: "/portfolio2.0/projects", element: , }, ],