diff --git a/vercel.json b/vercel.json index 277e079..a34b297 100644 --- a/vercel.json +++ b/vercel.json @@ -7,10 +7,10 @@ } ], "buildCommand": "bash scripts/build-webui.sh", - "routes": [ + "rewrites": [ { - "src": "/(.*)", - "dest": "app.py" + "source": "/(.*)", + "destination": "/app.py" } ], "headers": [