From b0a345dbb7b3670a5f7df4422dfd572038686975 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Fri, 13 Oct 2023 16:28:04 -0400
Subject: [PATCH] It worked, bringing back the html redirect to make sure

---
 vercel.json | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

diff --git a/vercel.json b/vercel.json
index c22135d0c..b81d4cafe 100644
--- a/vercel.json
+++ b/vercel.json
@@ -27,7 +27,17 @@
       ],
       "destination": "/$1/$2/status.ajson"
     },
-
+    {
+      "source": "/([^/]*)/(.*)/",
+      "missing": [
+        {
+          "type": "header",
+          "key": "Accept",
+          "value": "application/activity\\+json"
+        }
+      ],
+      "destination": "/$1/$2/status.html"
+    },
     {
       "source": "/([^/]*)/(.*)/activity",
       "destination": "/$1/$2/activity.ajson"
-- 
GitLab