Skip to content

Commit 29dccc3

Browse files
committedAug 25, 2023
website: modify data/github router.
1 parent fd6a8db commit 29dccc3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

‎www/src/router.tsx

+4
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,10 @@ export const routes: MenuRouteObject[] = [
299299
/>
300300
),
301301
},
302+
{
303+
path: 'data/github',
304+
element: <Navigate to="light" replace />,
305+
},
302306
{
303307
path: 'data/github/light',
304308
label: 'Github Light',

0 commit comments

Comments
 (0)
Please sign in to comment.