From 00ebdc42b97cb20d6fa1440639d2f1655f1a4cee Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Tue, 31 Mar 2026 18:53:01 +0700 Subject: [PATCH] chore: simplify `vercel.json` functions configuration --- vercel.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index 322bc50..e930041 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,6 @@ { "functions": { - "api/*.ts": { - "memory": 128, + "api/*": { "maxDuration": 10 } },