mirror of
https://github.com/ZSCGR/genshin-impart.git
synced 2026-08-13 05:23:43 +08:00
Create vercel.json
This commit is contained in:
+10
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"functions": {
|
||||
"api/index.php": {
|
||||
"runtime": "[email protected]"
|
||||
}
|
||||
},
|
||||
"routes": [
|
||||
{ "src": "/(.*)", "dest": "/api/index.php" }
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user