From 52145e40e7f99cbaa091c511d237e6dee4c1b782 Mon Sep 17 00:00:00 2001
From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me>
Date: Fri, 13 Oct 2023 15:15:01 -0400
Subject: [PATCH] Trying to fix this

---
 vercel.json | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/vercel.json b/vercel.json
index ebad81f7e..0148147da 100644
--- a/vercel.json
+++ b/vercel.json
@@ -69,7 +69,7 @@
           "value": "application/activity+json"
         }
       ],
-      "destination": "/news/pathPage/status.ajson"
+      "destination": "/news/:pathPage/status.ajson"
     },
     {
       "source": "/news/:pathPage/",
@@ -80,11 +80,11 @@
           "value": "application/activity+json"
         }
       ],
-      "destination": "/news/pathPage/status.html"
+      "destination": "/news/:pathPage/status.html"
     },
     {
-      "source": "/news/:pathPage/activity",
-      "destination": "/news/:pathPage/activity.ajson"
+      "source": "/([^/]*)/(.*)/activity",
+      "destination": "/$1/$2/activity.ajson"
     }
   ],
   "functions": {
-- 
GitLab