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

13 lines
272 B
JSON
Raw Permalink Normal View History

2022-10-07 20:06:36 +01:00
{
"functions": {
"api/index.php": {
2023-08-29 01:33:51 +01:00
"runtime": "vercel-php@0.6.0",
"excludeFiles": "{images/**,.github/**}"
2022-10-07 20:06:36 +01:00
}
},
"routes": [{ "src": "/(.*)", "dest": "/api/index.php" }],
"github": {
"enabled": false
}
2022-10-07 20:06:36 +01:00
}