diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..e4c1397 --- /dev/null +++ b/vercel.json @@ -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*"} + ] +} \ No newline at end of file