diff --git a/vercel.json b/vercel.json new file mode 100644 index 0000000..e63cb9d --- /dev/null +++ b/vercel.json @@ -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*" + } + ] +}