website/static/netlify.toml
lauralani 93c45235ff
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
test redirects
2023-08-02 08:37:38 +02:00

10 lines
242 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"
status = 301