From ef8b464078c316d673920135c1f67b78e1b4a486 Mon Sep 17 00:00:00 2001 From: Dan Ditomaso Date: Mon, 16 Jun 2025 23:19:31 -0400 Subject: [PATCH] fix: add rewrites to vercel.json --- 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": "/",