diff --git a/vercel.json b/vercel.json index 7183f38..bf0dfda 100644 --- a/vercel.json +++ b/vercel.json @@ -1,11 +1,12 @@ { "functions": { - "../*.php": { - "runtime": "vercel-php@0.6.0" + "api/*.php": { + "runtime": "vercel-php@0.7.3" } }, "routes": [ - { "src": "/(.*)", "dest": "index.php" } + { "src": "/(.*)", "dest": "/index.php" } ] } + \ No newline at end of file