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