Trying to fix this

This commit is contained in:
Jeffrey Phillips Freeman 2023-10-13 15:15:01 -04:00
parent a74f2eefae
commit 52145e40e7
No known key found for this signature in database
GPG key ID: AD914585C9406B6A

View file

@ -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": {