vercel.json 242 B

123456
  1. {
  2. "rewrites": [
  3. {"source": "/_matrix/:match*", "destination": "https://synapse.youngchief.tk/_matrix/:match*"},
  4. {"source": "/_synapse/:match*", "destination": "https://synapse.youngchief.tk/_synapse/:match*"}
  5. ]
  6. }