diff --git a/src/vercel.json b/src/vercel.json index d2f0cca..2e3d156 100644 --- a/src/vercel.json +++ b/src/vercel.json @@ -1,5 +1,3 @@ { - "rewrites": [{ - "source": "/(.*)", - "destination": "/" }] - } \ No newline at end of file + "routes": [{ "src": "/[^.]+", "dest": "/", "status": 200 }] +} \ No newline at end of file