From 05f404f847605c66619a4ab4b9a6ac59e3235ad4 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Mon, 9 Oct 2023 11:19:40 -0400 Subject: [PATCH] Just doing wildcard match, fuck it --- vercel.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index d643f7811..670df5080 100644 --- a/vercel.json +++ b/vercel.json @@ -62,7 +62,10 @@ } ], "functions": { - "send-note": { + "**/*": { + "maxDuration": 300 + }, + "*": { "maxDuration": 300 } }, -- GitLab