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