website/static/netlify.toml

17 lines
444 B
TOML
Raw Permalink 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:05:11 +02:00
from = "/.well-known/host-meta"
2023-08-02 09:20:14 +02:00
to = "https://social.lila.network/.well-known/host-meta"
2023-08-02 08:37:38 +02:00
status = 301
2023-12-18 18:54:28 +01:00
[[redirects]]
from = "/.well-known/webfinger"
to = "https://social.lila.network/.well-known/webfinger"
status = 301
[redirects.headers]
Access-Control-Allow-Origin = "*"