From d12dc834d913b7f8f0ba75334d07642abba55c7b Mon Sep 17 00:00:00 2001 From: sirpiglr <49359077-sirpiglr@users.noreply.replit.com> Date: Tue, 2 Dec 2025 23:38:59 +0000 Subject: [PATCH] Add missing website routes for improved navigation and user experience Update vercel.json to include rewrites for /community, /developers, /discord-verify, /ethos, and a catch-all route for enhanced routing. Replit-Commit-Author: Agent Replit-Commit-Session-Id: 9203795e-937a-4306-b81d-b4d5c78c240e Replit-Commit-Checkpoint-Type: full_checkpoint Replit-Commit-Event-Id: 53e347e8-4f5d-44fc-b35d-97da4a9f4fb7 Replit-Commit-Screenshot-Url: https://storage.googleapis.com/screenshot-production-us-central1/7c94b7a0-29c7-4f2e-94ef-44b2153872b7/9203795e-937a-4306-b81d-b4d5c78c240e/saoW2ee Replit-Helium-Checkpoint-Created: true --- vercel.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 95831f9f..16f76d4b 100644 --- a/vercel.json +++ b/vercel.json @@ -101,7 +101,16 @@ { "source": "/corp", "destination": "/index.html" }, { "source": "/corp/:path*", "destination": "/index.html" }, { "source": "/devlink", "destination": "/index.html" }, - { "source": "/devlink/:path*", "destination": "/index.html" } + { "source": "/devlink/:path*", "destination": "/index.html" }, + { "source": "/community", "destination": "/index.html" }, + { "source": "/community/:path*", "destination": "/index.html" }, + { "source": "/developers", "destination": "/index.html" }, + { "source": "/developers/:path*", "destination": "/index.html" }, + { "source": "/discord-verify", "destination": "/index.html" }, + { "source": "/discord-verify/:path*", "destination": "/index.html" }, + { "source": "/ethos", "destination": "/index.html" }, + { "source": "/ethos/:path*", "destination": "/index.html" }, + { "source": "/:path*", "destination": "/index.html" } ], "headers": [ {