fix(website): fix router

This commit is contained in:
Simon
2026-01-17 01:36:15 +08:00
parent 9e6e1b996c
commit f41119c1ad
4 changed files with 26 additions and 26 deletions

View File

@@ -15,7 +15,7 @@ export default function Router() {
</Route>
{/* All docs pages */}
<Route path="/docs/:rest*">
<Route path="/docs" nest>
<DocsPages />
</Route>