From 538154bc2c75f32c8aa57272cac91e4d85ad6973 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Fri, 13 Oct 2023 16:08:59 -0400
Subject: [PATCH] Figured out the problem, this should fix it

---
 vercel.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/vercel.json b/vercel.json
index 82ccf0400..a0e38dd51 100644
--- a/vercel.json
+++ b/vercel.json
@@ -22,11 +22,11 @@
   "rewrites": [
     {
       "source": "/([^/]*)/(.*)/",
-      "has": [
+      "missing": [
         {
           "type": "header",
           "key": "Accept",
-          "value": "application/activity\+json"
+          "value": "text/html"
         }
       ],
       "destination": "/$1/$2/status.ajson"
-- 
GitLab