Rewrite _matrix and _synapse paths to my Matrix server.

This commit is contained in:
youngchief btw ツ 2022-12-11 12:19:35 -08:00
parent 47f6fe50af
commit 7d5ffc9c2d
Signed by: youngchief
GPG Key ID: D0B82F3B62643A2D
1 changed files with 6 additions and 0 deletions

6
vercel.json Normal file
View File

@ -0,0 +1,6 @@
{
"rewrites": [
{"source": "/_matrix/:match*", "destination": "https://synapse.youngchief.tk/_matrix/:match*"},
{"source": "/_synapse/:match*", "destination": "https://synapse.youngchief.tk/_synapse/:match*"}
]
}