Fix Vercel config routing properties

This commit is contained in:
CJACK.
2026-02-04 14:00:19 +08:00
parent f65cf0c510
commit a917e19e9d

View File

@@ -7,10 +7,10 @@
} }
], ],
"buildCommand": "bash scripts/build-webui.sh", "buildCommand": "bash scripts/build-webui.sh",
"routes": [ "rewrites": [
{ {
"src": "/(.*)", "source": "/(.*)",
"dest": "app.py" "destination": "/app.py"
} }
], ],
"headers": [ "headers": [