From 05ed5b6833efc9d8536ba43fdf9ea98341d3012b Mon Sep 17 00:00:00 2001 From: taskylizard <75871323+taskylizard@users.noreply.github.com> Date: Thu, 17 Oct 2024 18:07:52 +0000 Subject: [PATCH] chore: new bluesky domain --- docs/.vitepress/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vitepress/constants.ts b/docs/.vitepress/constants.ts index 0f09eedf6..75fd53203 100644 --- a/docs/.vitepress/constants.ts +++ b/docs/.vitepress/constants.ts @@ -124,7 +124,7 @@ export const socialLinks: DefaultTheme.SocialLink[] = [ icon: { svg: 'Bluesky' }, - link: 'https://bsky.app/profile/fmhy.bsky.social' + link: 'https://bsky.app/profile/fmhy.net' } ]