mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-15 19:47:57 +01:00
It worked, bringing back the html redirect to make sure
This commit is contained in:
parent
c767078fd1
commit
b0a345dbb7
1 changed files with 11 additions and 1 deletions
12
vercel.json
12
vercel.json
|
@ -27,7 +27,17 @@
|
|||
],
|
||||
"destination": "/$1/$2/status.ajson"
|
||||
},
|
||||
|
||||
{
|
||||
"source": "/([^/]*)/(.*)/",
|
||||
"missing": [
|
||||
{
|
||||
"type": "header",
|
||||
"key": "Accept",
|
||||
"value": "application/activity\\+json"
|
||||
}
|
||||
],
|
||||
"destination": "/$1/$2/status.html"
|
||||
},
|
||||
{
|
||||
"source": "/([^/]*)/(.*)/activity",
|
||||
"destination": "/$1/$2/activity.ajson"
|
||||
|
|
Loading…
Reference in a new issue