Skip to content

Commit

Permalink
website: modify router extensions index.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 11, 2022
1 parent eb18e87 commit d632e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ root.render(
<Route path="doc" element={<ThemeDoc />} />
</Route>
<Route path="/extensions/" element={<ExtensionsLayout />}>
<Route index element={<Navigate to="events" replace />} />
<Route index element={<Navigate to="color" replace />} />
<Route path="color" element={<ColorDoc />} />
<Route path="events" element={<EventsDoc />} />
<Route path="line-numbers-relative" element={<LineNumbersRelativeDoc />} />
Expand Down

0 comments on commit d632e70

Please sign in to comment.