diff --git a/vercel.json b/vercel.json index 40e224d544a34a8df757436cb8b67edb1e5e811f..e65c36e7821e841df84018b04e4e120335d59bfb 100644 --- a/vercel.json +++ b/vercel.json @@ -61,7 +61,7 @@ "destination": "/api/activitypub/sendNote.js" }, { - "source": "/:pathSection/:pathPage(/|/index.htm|/index.html)", + "source": "/:pathSection/:pathPage", "has": [ { "type": "header", @@ -72,7 +72,7 @@ "destination": "/:pathSection/:pathPage/status.ajson" }, { - "source": "/:pathSection/:pathPage/(/|/index.htm|/index.html)", + "source": "/:pathSection/:pathPage, "has": [ { "type": "header", @@ -83,7 +83,7 @@ "destination": "/:pathSection/:pathPage/status.ajson" }, { - "source": "/:pathSection/:pathPage/activity[/]{0,1}", + "source": "/:pathSection/:pathPage/activity", "destination": "/:pathSection/:pathPage/activity.ajson" } ],