diff --git a/vercel.json b/vercel.json index a32ad9d28f6e76e5f2e079a9551ad1ae23871164..ebad81f7eeabcda30cc27d2637f6d9857f70043c 100644 --- a/vercel.json +++ b/vercel.json @@ -61,7 +61,7 @@ "destination": "/api/activitypub/sendNote.js" }, { - "source": "/:pathSection/:pathPage/", + "source": "/news/:pathPage/", "has": [ { "type": "header", @@ -69,10 +69,10 @@ "value": "application/activity+json" } ], - "destination": "/:pathSection/pathPage/status.ajson" + "destination": "/news/pathPage/status.ajson" }, { - "source": "/:pathSection/:pathPage/", + "source": "/news/:pathPage/", "missing": [ { "type": "header", @@ -80,11 +80,11 @@ "value": "application/activity+json" } ], - "destination": "/:pathSection/pathPage/status.html" + "destination": "/news/pathPage/status.html" }, { - "source": "/:pathSection/:pathPage/activity", - "destination": "/:pathSection/:pathPage/activity.ajson" + "source": "/news/:pathPage/activity", + "destination": "/news/:pathPage/activity.ajson" } ], "functions": {