From c91e5e6b7b99b70a4b3f8665d0af8de5b8764dbf Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Tue, 17 Jun 2025 11:09:43 -0400 Subject: [PATCH] fix: add rewrites to vercel.json (#662) --- vercel.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index 24bca4be..52503763 100644 --- a/vercel.json +++ b/vercel.json @@ -1,5 +1,11 @@ { - "github": { "silent": true }, + "$schema": "https://openapi.vercel.sh/vercel.json", + "rewrites": [ + { + "source": "/((?!api|.*\\..*).*)", + "destination": "/index.html" + } + ], "headers": [ { "source": "/",