From 9db4ba10c66602cfc345e2c9129b2628061fa75b Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Fri, 13 Oct 2023 15:45:31 -0400 Subject: [PATCH] Trying to remove the html catch to see if it works --- vercel.json | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) diff --git a/vercel.json b/vercel.json index a97a5297d..7d7d8aaf0 100644 --- a/vercel.json +++ b/vercel.json @@ -31,25 +31,11 @@ ], "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" }, - { - "source": "/(.+)/$", - "destination": "/$1/index.html" - }, { "source": "/.well-known/(.*)", "destination": "/api/well-known/$1" -- GitLab