From 8d72ae7b7e660d5108d82d398d377bfaa654bee5 Mon Sep 17 00:00:00 2001 From: Deva Midhun Date: Sat, 8 Feb 2025 09:11:30 +0000 Subject: [PATCH] lol --- vercel.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 vercel.json 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*" + } + ] +}