From 3c9388a56e99968c0932e2d44676b1cc5d549239 Mon Sep 17 00:00:00 2001 From: Randall Stillwell Date: Wed, 23 Jul 2025 08:29:39 -0500 Subject: [PATCH] Update Vercel config for Next.js app --- vercel.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vercel.json b/vercel.json index 6802f4f..7f7e298 100644 --- a/vercel.json +++ b/vercel.json @@ -1,10 +1,4 @@ { - "rewrites": [ - { - "source": "/((?!api|static|_next).*)", - "destination": "/index.html" - } - ], "headers": [ { "source": "/static/(.*)",