mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-05 00:45:29 +08:00
Fix Vercel config routing properties
This commit is contained in:
@@ -7,10 +7,10 @@
|
||||
}
|
||||
],
|
||||
"buildCommand": "bash scripts/build-webui.sh",
|
||||
"routes": [
|
||||
"rewrites": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "app.py"
|
||||
"source": "/(.*)",
|
||||
"destination": "/app.py"
|
||||
}
|
||||
],
|
||||
"headers": [
|
||||
|
||||
Reference in New Issue
Block a user