website/vercel.json

6 lines
242 B
JSON

{
"rewrites": [
{"source": "/_matrix/:match*", "destination": "https://synapse.youngchief.tk/_matrix/:match*"},
{"source": "/_synapse/:match*", "destination": "https://synapse.youngchief.tk/_synapse/:match*"}
]
}