website/static/netlify.toml
lauralani e566c15cd9
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
update redirects
2023-08-02 08:47:25 +02:00

10 lines
249 B
TOML

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