coderrrrr.site/vercel.json
2025-02-08 09:11:30 +00:00

13 lines
267 B
JSON

{
"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*"
}
]
}