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
This commit is contained in:
sirpiglr 2025-12-02 23:39:00 +00:00
commit a623c1eeba

View file

@ -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": [
{