mirror of
https://git.qoto.org/fedipage/fedipage.git
synced 2024-11-17 07:48:21 +01:00
Still trying to fix versel.json
This commit is contained in:
parent
59808fb851
commit
5a54683851
1 changed files with 2 additions and 19 deletions
21
vercel.json
21
vercel.json
|
@ -61,25 +61,8 @@
|
||||||
"destination": "/api/activitypub/sendNote.js"
|
"destination": "/api/activitypub/sendNote.js"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"source": "/:pathSection/:pathPage",
|
"source": "/:pathSection/:pathPage/",
|
||||||
"has": [
|
|
||||||
{
|
|
||||||
"type": "header",
|
|
||||||
"key": "Accept",
|
|
||||||
"value": "application/activity+json"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"destination": "/:pathSection/:pathPage/status.ajson"
|
|
||||||
},
|
|
||||||
{
|
|
||||||
"source": "/:pathSection/:pathPage",
|
|
||||||
"has": [
|
|
||||||
{
|
|
||||||
"type": "header",
|
|
||||||
"key": "Accept",
|
|
||||||
"value": "application/json"
|
|
||||||
}
|
|
||||||
],
|
|
||||||
"destination": "/:pathSection/:pathPage/status.ajson"
|
"destination": "/:pathSection/:pathPage/status.ajson"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue