minimalistic-wallpaper-coll.../vercel.json

12 lines
216 B
JSON
Raw Normal View History

2022-10-07 20:06:36 +01:00
{
"functions": {
"api/index.php": {
"runtime": "vercel-php@0.5.2"
}
},
"routes": [{ "src": "/(.*)", "dest": "/api/index.php" }],
"github": {
"silent": true
}
2022-10-07 20:06:36 +01:00
}