website/static/netlify.toml
lauralani cad74b2a9d
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful
test new redirect
2023-08-02 09:03:27 +02:00

10 lines
273 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://mastodon.lila.network/.well-known/host-meta/:splat"
status = 301