Compare commits
5 Commits
Author | SHA1 | Date | |
---|---|---|---|
adc0f040c4 | |||
c76b8a2b30 | |||
909a1cf4c9 | |||
667a481ffb | |||
acb6433b4e |
12
vercel.json
Normal file
12
vercel.json
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"functions": {
|
||||
"api/*.php": {
|
||||
"runtime": "vercel-php@0.7.3"
|
||||
}
|
||||
},
|
||||
"routes": [
|
||||
{ "src": "/(.*)", "dest": "/index.php" }
|
||||
]
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user