Add support for Vercel hosting (#74)
This commit is contained in:
parent
3a1a33d520
commit
6dccb264c0
|
@ -1 +1,2 @@
|
|||
.vscode
|
||||
.vercel
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
images
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"functions": {
|
||||
"api/index.php": {
|
||||
"runtime": "vercel-php@0.5.2"
|
||||
}
|
||||
},
|
||||
"routes": [{ "src": "/(.*)", "dest": "/api/index.php" }]
|
||||
}
|
Loading…
Reference in New Issue