From d858f715bd7e2eb0a322a193ebf013eac253be8e Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Fri, 13 Oct 2023 15:33:05 -0400 Subject: [PATCH] Made html has more specific --- vercel.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/vercel.json b/vercel.json index 23327d3ba..a97a5297d 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" -- GitLab