website/static/netlify.toml
lauralani d35fd4ba30
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
update redirect domain
2023-08-02 09:20:14 +02:00

10 lines
262 B
TOML

[[headers]]
for = "/.well-known/matrix/*"
[headers.values]
Content-Type = "application/json"
Access-Control-Allow-Origin = "*"
[[redirects]]
from = "/.well-known/host-meta"
to = "https://social.lila.network/.well-known/host-meta"
status = 301