Update Vercel config for Next.js app

This commit is contained in:
Randall Stillwell 2025-07-23 08:29:39 -05:00
parent 5737c6e1f0
commit 3c9388a56e

View file

@ -1,10 +1,4 @@
{
"rewrites": [
{
"source": "/((?!api|static|_next).*)",
"destination": "/index.html"
}
],
"headers": [
{
"source": "/static/(.*)",