diff --git a/vercel.json b/vercel.json
index c22135d0c4138503a11e516dabd6ba86d4459b50..b81d4cafe1bf6529b29124cd839a15acfeacc9f5 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"