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",
"routes": [
"rewrites": [
{
"src": "/(.*)",
"dest": "app.py"
"source": "/(.*)",
"destination": "/app.py"
}
],
"headers": [