config vercel deploy

This commit is contained in:
2026-05-17 20:24:25 -05:00
parent 5fc86102a3
commit 6d30d160b0

View File

@@ -1,15 +1,13 @@
{ {
"version": 2, "functions": {
"builds": [ "api/index.php": {
{ "runtime": "vercel-php@0.7.3"
"src": "public/index.php",
"use": "@vercel/php"
} }
], },
"routes": [ "routes": [
{ {
"src": "/(.*)", "src": "/(.*)",
"dest": "/public/index.php" "dest": "/api/index.php"
} }
] ]
} }