website/static/netlify.toml
lauralani 9b71bc16ad
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
add redirect
2023-12-18 18:54:28 +01:00

17 lines
No EOL
444 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
[[redirects]]
from = "/.well-known/webfinger"
to = "https://social.lila.network/.well-known/webfinger"
status = 301
[redirects.headers]
Access-Control-Allow-Origin = "*"