Skip to content

Commit

Permalink
chore: use unfortunate github pages path
Browse files Browse the repository at this point in the history
  • Loading branch information
rsmelo92 committed Jan 19, 2024
1 parent 4b58d26 commit 30b432d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ import { Projects } from "@/routes/Projects";

const router = createBrowserRouter([
{
path: "/",
path: "/portfolio2.0/",
element: <Root />,
children: [
{
path: "/",
path: "/portfolio2.0/",
element: <Main />,
},
{
path: "/projects",
path: "/portfolio2.0/projects",
element: <Projects />,
},
],
Expand Down

0 comments on commit 30b432d

Please sign in to comment.