website/static/netlify.toml

11 lines
242 B
TOML
Raw Normal View History

2023-08-01 09:10:15 +02:00
[[headers]]
for = "/.well-known/matrix/*"
[headers.values]
Content-Type = "application/json"
Access-Control-Allow-Origin = "*"
2023-08-02 08:37:38 +02:00
[[redirects]]
from = "/.well-known/test-meta/*"
to = "https://status.lila.network"
status = 301