diff --git a/vercel.json b/vercel.json
index 23327d3ba3d814086e9fc2b8f215c31545bf38ed..a97a5297d3b89ce79914a63a075ca5fcbbcf9e7d 100644
--- a/vercel.json
+++ b/vercel.json
@@ -33,11 +33,11 @@
     },
     {
       "source": "/([^/]*)/(.*)/",
-      "missing": [
+      "has": [
         {
           "type": "header",
           "key": "Accept",
-          "value": "application/activity+json"
+          "value": "text/html"
         }
       ],
       "destination": "/$1/$2/status.html"