config vercel deploy
This commit is contained in:
12
vercel.json
12
vercel.json
@@ -1,15 +1,13 @@
|
||||
{
|
||||
"version": 2,
|
||||
"builds": [
|
||||
{
|
||||
"src": "public/index.php",
|
||||
"use": "@vercel/php"
|
||||
"functions": {
|
||||
"api/index.php": {
|
||||
"runtime": "vercel-php@0.7.3"
|
||||
}
|
||||
],
|
||||
},
|
||||
"routes": [
|
||||
{
|
||||
"src": "/(.*)",
|
||||
"dest": "/public/index.php"
|
||||
"dest": "/api/index.php"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user