This commit is contained in:
Deva Midhun 2025-02-08 09:11:30 +00:00
parent 5af748e918
commit 8d72ae7b7e

12
vercel.json Normal file
View File

@ -0,0 +1,12 @@
{
"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*"
}
]
}