From 8fb8baebb533284baa75ba06832e25dd07a6970e Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Mon, 9 Oct 2023 11:07:33 -0400
Subject: [PATCH] Removed front slash before api in vercel config

---
 vercel.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vercel.json b/vercel.json
index 041b122a7..f5785bda8 100644
--- a/vercel.json
+++ b/vercel.json
@@ -62,7 +62,7 @@
     }
   ],
   "functions": {
-    "/api/activitypub/sendNote.js": {
+    "api/activitypub/sendNote.js": {
       "maxDuration": 300
     }
   },
-- 
GitLab