From 70df2121d4841aa7f882ee630f2c4048f2618d97 Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Sun, 16 Nov 2025 01:25:58 +0000 Subject: [PATCH] Revert functions config cgen-c2d66f04534645a8bb59534d525e363d --- vercel.json | 6 ------ 1 file changed, 6 deletions(-) diff --git a/vercel.json b/vercel.json index b1e85feb..0ddf6b0d 100644 --- a/vercel.json +++ b/vercel.json @@ -2,12 +2,6 @@ "version": 2, "buildCommand": "npm ci && npm run build", "outputDirectory": "dist/spa", - "functions": { - "api/**/*.ts": { - "memory": 1024, - "maxDuration": 60 - } - }, "redirects": [ { "source": "/:path(.*)",