Skip to content

Commit

Permalink
website: modify data/github router.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Aug 25, 2023
1 parent fd6a8db commit 29dccc3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions www/src/router.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,10 @@ export const routes: MenuRouteObject[] = [
/>
),
},
{
path: 'data/github',
element: <Navigate to="light" replace />,
},
{
path: 'data/github/light',
label: 'Github Light',
Expand Down

0 comments on commit 29dccc3

Please sign in to comment.