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(.*)",