diff --git a/vercel.json b/vercel.json index 4712458548626769251dcfbfacb216374a86e952..da068f44833bf814fcdeaeda8820ad12e8e714a7 100644 --- a/vercel.json +++ b/vercel.json @@ -61,25 +61,8 @@ "destination": "/api/activitypub/sendNote.js" }, { - "source": "/:pathSection/:pathPage", - "has": [ - { - "type": "header", - "key": "Accept", - "value": "application/activity+json" - } - ], - "destination": "/:pathSection/:pathPage/status.ajson" - }, - { - "source": "/:pathSection/:pathPage", - "has": [ - { - "type": "header", - "key": "Accept", - "value": "application/json" - } - ], + "source": "/:pathSection/:pathPage/", + "destination": "/:pathSection/:pathPage/status.ajson" }, {