From 2568eed04cbb7964c0e08d59f66d8253845eeb92 Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Mon, 9 Oct 2023 11:11:39 -0400 Subject: [PATCH] Trying to fix vercel config --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index f5785bda8..13bb06cc7 100644 --- a/vercel.json +++ b/vercel.json @@ -62,7 +62,7 @@ } ], "functions": { - "api/activitypub/sendNote.js": { + "api/activitypub/sendNote": { "maxDuration": 300 } }, -- GitLab