From a917e19e9d249c62bf313c06eb969a02bdfd4be4 Mon Sep 17 00:00:00 2001 From: "CJACK." Date: Wed, 4 Feb 2026 14:00:19 +0800 Subject: [PATCH] Fix Vercel config routing properties --- vercel.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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": [