From 6d30d160b020ab74ed939eaf9b124c4bd9959799 Mon Sep 17 00:00:00 2001 From: ykiakao Date: Sun, 17 May 2026 20:24:25 -0500 Subject: [PATCH] config vercel deploy --- vercel.json | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/vercel.json b/vercel.json index 19e5c67..0ea7356 100644 --- a/vercel.json +++ b/vercel.json @@ -1,15 +1,13 @@ { - "version": 2, - "builds": [ - { - "src": "public/index.php", - "use": "@vercel/php" + "functions": { + "api/index.php": { + "runtime": "vercel-php@0.7.3" } - ], + }, "routes": [ { "src": "/(.*)", - "dest": "/public/index.php" + "dest": "/api/index.php" } ] } \ No newline at end of file