From 398d8bbb31969ad9fe18640436757b663d366952 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Fri, 13 Oct 2023 19:37:55 -0400
Subject: [PATCH] Returning activity+json even if json is requested for AP
 endpoints

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

diff --git a/vercel.json b/vercel.json
index 2b2e0ce43..2f4c40ccc 100644
--- a/vercel.json
+++ b/vercel.json
@@ -130,7 +130,7 @@
       "headers": [
         {
           "key": "content-type",
-          "value": "application/json"
+          "value": "application/activity+json"
         }
       ]
     },
-- 
GitLab