diff options
| author | 2026-01-21 17:22:58 +0000 | |
|---|---|---|
| committer | 2026-01-21 17:22:58 +0000 | |
| commit | 63707fa434c37b61da7c8c0265553d1563d1e66b (patch) | |
| tree | 44a536659eecab6f46ed6f86e46b8ec81407442e /packages/docs/app/routes.ts | |
| parent | 2ff4c75054aab3753432441fed374a8edc3e79d5 (diff) | |
| download | DropOut-63707fa434c37b61da7c8c0265553d1563d1e66b.tar.gz DropOut-63707fa434c37b61da7c8c0265553d1563d1e66b.zip | |
docs: redesign home page with launcher showcase and fix routing
Co-authored-by: HsiangNianian <44714368+HsiangNianian@users.noreply.github.com>
Diffstat (limited to 'packages/docs/app/routes.ts')
| -rw-r--r-- | packages/docs/app/routes.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/docs/app/routes.ts b/packages/docs/app/routes.ts index 60dd630..677030a 100644 --- a/packages/docs/app/routes.ts +++ b/packages/docs/app/routes.ts @@ -2,6 +2,7 @@ import { index, route, type RouteConfig } from '@react-router/dev/routes'; export default [ index('routes/home.tsx'), + route('docs', 'routes/docs.tsx'), route('docs/*', 'docs/page.tsx'), route('api/search', 'docs/search.ts'), ] satisfies RouteConfig; |