From a3ccb10fbbd6ae80213e58f7eefae0bf6b171442 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 16 Nov 2025 01:26:37 +0000 Subject: [PATCH] Remove catch-all rewrite, add explicit SPA routes cgen-22628cc776af435ba35f86e6b916a7e2 --- vercel.json | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index c459f480..dcf8a9dd 100644 --- a/vercel.json +++ b/vercel.json @@ -44,7 +44,24 @@ { "source": "/profile/:path*", "destination": "/index.html" }, { "source": "/activity", "destination": "/index.html" }, { "source": "/activity/:path*", "destination": "/index.html" }, - { "source": "/:path*", "destination": "/index.html" } + { "source": "/admin", "destination": "/index.html" }, + { "source": "/admin/:path*", "destination": "/index.html" }, + { "source": "/creators", "destination": "/index.html" }, + { "source": "/creators/:path*", "destination": "/index.html" }, + { "source": "/opportunities", "destination": "/index.html" }, + { "source": "/opportunities/:path*", "destination": "/index.html" }, + { "source": "/nexus", "destination": "/index.html" }, + { "source": "/nexus/:path*", "destination": "/index.html" }, + { "source": "/foundation", "destination": "/index.html" }, + { "source": "/foundation/:path*", "destination": "/index.html" }, + { "source": "/gameforge", "destination": "/index.html" }, + { "source": "/gameforge/:path*", "destination": "/index.html" }, + { "source": "/labs", "destination": "/index.html" }, + { "source": "/labs/:path*", "destination": "/index.html" }, + { "source": "/corp", "destination": "/index.html" }, + { "source": "/corp/:path*", "destination": "/index.html" }, + { "source": "/devlink", "destination": "/index.html" }, + { "source": "/devlink/:path*", "destination": "/index.html" } ], "headers": [ {