Skip to content

Commit

Permalink
feat: added route
Browse files Browse the repository at this point in the history
  • Loading branch information
KoolTheba committed Apr 28, 2023
1 parent 87d647d commit 46cbda9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ const router = createHashRouter([
path: "404",
element: <Error404 />,
},
{
path: "projects/:platform/:org/:repo/commit/:commitHash",
element: <ProjectDetails />,
},
{
path: "projects/:platform/:org/:repo",
element: <ProjectDetails />,
Expand Down

0 comments on commit 46cbda9

Please sign in to comment.