From f7d17fffadce896bb056f2d59b3bf1d414a513dd Mon Sep 17 00:00:00 2001 From: Andrey Nering Date: Wed, 15 Apr 2026 10:16:02 -0300 Subject: [PATCH] chore(website): update my bluesky handle --- website/.vitepress/team.ts | 2 +- website/src/team.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/.vitepress/team.ts b/website/.vitepress/team.ts index 8830bdb9..e6629b71 100644 --- a/website/.vitepress/team.ts +++ b/website/.vitepress/team.ts @@ -12,7 +12,7 @@ export const team = [ { icon: 'x', link: 'https://x.com/andreynering' }, { icon: 'bluesky', - link: 'https://bsky.app/profile/andreynering.bsky.social' + link: 'https://bsky.app/profile/andrey.nering.dev' }, { icon: 'mastodon', link: 'https://mastodon.social/@andreynering' } ] diff --git a/website/src/team.md b/website/src/team.md index 0594b45e..df5b4886 100644 --- a/website/src/team.md +++ b/website/src/team.md @@ -20,7 +20,7 @@ const members = [ { icon: 'github', link: 'https://github.com/andreynering' }, { icon: 'discord', link: 'https://discord.com/users/310141681926275082' }, { icon: 'x', link: 'https://x.com/andreynering' }, - { icon: 'bluesky', link: 'https://bsky.app/profile/andreynering.bsky.social' }, + { icon: 'bluesky', link: 'https://bsky.app/profile/andrey.nering.dev' }, { icon: 'mastodon', link: 'https://mastodon.social/@andreynering' } ] },