Skip to content

Commit 30c965e

Browse files
committed
bluesky
closes oxc-project#242
1 parent 3fdf79f commit 30c965e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Diff for: .vitepress/config/shared.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const sharedConfig = defineConfig({
6262
provider: "local",
6363
},
6464
socialLinks: [
65-
{ icon: "twitter", link: "https://x.com/boshen_c" },
65+
{ icon: "bluesky", link: "https://bsky.app/profile/boshen.github.io" },
6666
{ icon: "discord", link: "https://discord.gg/9uXCAwqQZW" },
6767
{ icon: "github", link: "https://github.com/oxc-project/oxc" },
6868
],

Diff for: .vitepress/theme/constants/team.ts

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ export const CORE_MEMBERS: TeamMember[] = [
3232
avatar: "https://www.github.com/Boshen.png",
3333
links: [
3434
{ icon: "github", link: "https://github.com/Boshen" },
35+
{ icon: "bluesky", link: "https://bsky.app/profile/boshen.github.io" },
3536
{ icon: "twitter", link: "https://twitter.com/boshen_c" },
3637
],
3738
},

0 commit comments

Comments
 (0)