We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e831f5d commit 467cca3Copy full SHA for 467cca3
docs/public/assets/bsky-logo.svg
src/components/blog-avatar/authors.json
@@ -96,6 +96,10 @@
96
"github": {
97
"username": "pupiltong",
98
"link": "https://github.com/pupiltong"
99
+ },
100
+ "bsky": {
101
+ "username": "pupiltong.bsky.social",
102
+ "link": "https://bsky.app/profile/pupiltong.bsky.social"
103
}
104
105
},
src/components/blog-avatar/index.tsx
@@ -1,4 +1,5 @@
1
import IconX from '@assets/x-logo.svg?react';
2
+import IconBsky from '@assets/bsky-logo.svg?react';
3
import {
4
IconGithubLogo,
5
IconGitlabLogo,
@@ -24,6 +25,9 @@ const brandSpList = {
24
25
gitlab: {
26
icon: <IconGitlabLogo />,
27
28
+ bsky: {
29
+ icon: <IconBsky />,
30
31
default: {
32
icon: <IconUserCircle />,
33
0 commit comments