From 5a54683851917df9c42b8b966f289105494740d3 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Thu, 12 Oct 2023 14:37:02 -0400
Subject: [PATCH] Still trying to fix versel.json

---
 vercel.json | 21 ++-------------------
 1 file changed, 2 insertions(+), 19 deletions(-)

diff --git a/vercel.json b/vercel.json
index 471245854..da068f448 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"
     },
     {
-- 
GitLab