This commit is contained in:
Deva Midhun 2025-02-08 09:53:57 +00:00
parent 8d72ae7b7e
commit 9b4536efa4
2 changed files with 8 additions and 12 deletions

8
netlify.toml Normal file
View File

@ -0,0 +1,8 @@
[[redirects]]
from = "/.well-known/host-meta*"
to = "https://fed.brid.gy/.well-known/host-meta:splat"
status = 302
[[redirects]]
from = "/.well-known/webfinger*"
to = "https://fed.brid.gy/.well-known/webfinger"
status = 302

View File

@ -1,12 +0,0 @@
{
"rewrites": [
{
"source": "/.well-known/webfinger*",
"destination": "https://fed.brid.gy/.well-known/webfinger*"
},
{
"source": "/.well-known/host-meta*",
"destination": "https://fed.brid.gy/.well-known/host-meta*"
}
]
}