Skip to content

Commit

Permalink
profile reoute
Browse files Browse the repository at this point in the history
  • Loading branch information
ap-justin committed Jan 27, 2025
1 parent d429446 commit c93794f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ const rmx = remix({
r("program/:programId", "./pages/Profile/Body/Program/index.ts");
});
});
r("profile/:id", "./pages/Profile/profile-redirect.ts");
r("funds", "./pages/Funds/Funds.tsx");
r("funds/:fundId", "./pages/Funds/Fund/index.tsx");
r("funds/:fundId/edit", "./pages/Funds/EditFund/index.ts");
Expand Down

0 comments on commit c93794f

Please sign in to comment.