website/static/netlify.toml

11 lines
273 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]]
2023-08-02 09:03:27 +02:00
from = "/.well-known/host-meta/*"
to = "https://mastodon.lila.network/.well-known/host-meta/:splat"
2023-08-02 08:37:38 +02:00
status = 301