From adc0f040c47c9c0f80762686b44211d1d27dc693 Mon Sep 17 00:00:00 2001 From: adrien Date: Fri, 23 May 2025 20:51:23 +0200 Subject: [PATCH] test2 --- vercel.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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