aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/packages/docs/app/routes.ts
diff options
context:
space:
mode:
authorcopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-01-21 17:22:58 +0000
committercopilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>2026-01-21 17:22:58 +0000
commit63707fa434c37b61da7c8c0265553d1563d1e66b (patch)
tree44a536659eecab6f46ed6f86e46b8ec81407442e /packages/docs/app/routes.ts
parent2ff4c75054aab3753432441fed374a8edc3e79d5 (diff)
downloadDropOut-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.ts1
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;