add redirect
All checks were successful
ci/woodpecker/push/deploy Pipeline was successful

This commit is contained in:
Adora Laura Kalb 2023-12-18 18:54:28 +01:00
parent 4bdd265b19
commit 9b71bc16ad
Signed by: adoralaura
GPG key ID: 7A4552166FC8C056

View file

@ -8,3 +8,10 @@
from = "/.well-known/host-meta"
to = "https://social.lila.network/.well-known/host-meta"
status = 301
[[redirects]]
from = "/.well-known/webfinger"
to = "https://social.lila.network/.well-known/webfinger"
status = 301
[redirects.headers]
Access-Control-Allow-Origin = "*"