From 4b4a902fe833e3421103825eaa138d9c0ed256ab Mon Sep 17 00:00:00 2001 From: ykiakao Date: Sun, 17 May 2026 20:53:31 -0500 Subject: [PATCH] fix output directory --- vercel.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/vercel.json b/vercel.json index 0ea7356..98d6d59 100644 --- a/vercel.json +++ b/vercel.json @@ -1,4 +1,6 @@ { + "version": 2, + "outputDirectory": "api", "functions": { "api/index.php": { "runtime": "vercel-php@0.7.3"