mots-croises/vercel.json
2025-05-23 20:46:11 +02:00

11 lines
166 B
JSON

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