From 93065cb02694ea3ec2ea3572475d732ce6ef3ded Mon Sep 17 00:00:00 2001 From: Deva Midhun Date: Mon, 10 Feb 2025 17:23:07 +0000 Subject: [PATCH] sss --- api/well-known/webfinger.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/well-known/webfinger.ts b/api/well-known/webfinger.ts index 52377ce..91149c4 100644 --- a/api/well-known/webfinger.ts +++ b/api/well-known/webfinger.ts @@ -22,7 +22,7 @@ export default function (req: VercelRequest, res: VercelResponse) { // You can add more supported usernames as needed. let profileUrl: string; if (username === "blog") { - profileUrl = "https://coderrrrr.site/blog"; + profileUrl = "https://coderrrrr.site/@blog"; } else { // If the username is not recognized, return a 404. res.status(404).json({ error: "User not found" });