mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-18 23:25:10 +08:00
Fix Vercel config routing properties
This commit is contained in:
@@ -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": [
|
||||||
|
|||||||
Reference in New Issue
Block a user