From 3344bfd1501377e273b4d321323d193bd47bbf54 Mon Sep 17 00:00:00 2001 From: anuraghazra Date: Wed, 5 Feb 2025 00:07:02 +0530 Subject: [PATCH] chore: enable fluid --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index ddf82eb..e278170 100644 --- a/vercel.json +++ b/vercel.json @@ -1,7 +1,7 @@ { "functions": { "api/*.js": { - "memory": 128, + "memory": 1200, "maxDuration": 10 } }, @@ -11,4 +11,4 @@ "destination": "https://github.com/anuraghazra/github-readme-stats" } ] -} +} \ No newline at end of file