diff --git a/vercel.json b/vercel.json index 99ecdaaadcd9d45b63770ddbab75858573453fb3..c22135d0c4138503a11e516dabd6ba86d4459b50 100644 --- a/vercel.json +++ b/vercel.json @@ -16,28 +16,18 @@ } ], "rewrites": [ - { - "source": "/([^/]*)/(.*)/", - "missing": [ - { - "type": "header", - "key": "Accept", - "value": "text/html" - } - ], - "destination": "/$1/$2/status.ajson" - }, { "source": "/([^/]*)/(.*)/", "has": [ { "type": "header", "key": "Accept", - "value": "text/html" + "value": "application/activity\\+json" } ], - "destination": "/$1/$2/status.html" + "destination": "/$1/$2/status.ajson" }, + { "source": "/([^/]*)/(.*)/activity", "destination": "/$1/$2/activity.ajson"