diff --git a/vercel.json b/vercel.json index be81e47..f908f82 100644 --- a/vercel.json +++ b/vercel.json @@ -1,11 +1,7 @@ { "rewrites": [ { - "source": "/api/(.*)", - "destination": "/api/$1" - }, - { - "source": "/(.*)", + "source": "/((?!api|static|_next).*)", "destination": "/index.html" } ],