mots-croises/vercel.json

11 lines
167 B
JSON

{
"functions": {
"/*.php": {
"runtime": "vercel-php@0.6.0"
}
},
"routes": [
{ "src": "/(.*)", "dest": "index.php" }
]
}