From 7d5ffc9c2d4ac7fae0ddc20ec3a4197ca83c0dc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?youngchief=20btw=20=E3=83=84?= Date: Sun, 11 Dec 2022 12:19:35 -0800 Subject: [PATCH] Rewrite _matrix and _synapse paths to my Matrix server. --- vercel.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 vercel.json 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