From dc697ac6f43ed51f7eb4b1acd213a55fedfaff8f Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 28 Mar 2023 12:18:24 -0700 Subject: [PATCH] fix: remove acct: uri segment --- vercel.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vercel.json b/vercel.json index f5d96188..f60e8aec 100644 --- a/vercel.json +++ b/vercel.json @@ -2,7 +2,7 @@ "rewrites": [ { "source": "./well-known/webfinger", - "destination": "https://social.lol/.well-known/webfinger?resource=acct%3Acory%40social.lol" + "destination": "https://social.lol/.well-known/webfinger?resource=cory@social.lol" } ], "redirects": [