mirror of
https://github.com/CompeyDev/blog.devcomp.xyz.git
synced 2025-04-19 03:14:02 +01:00
Add bluesky social link on landing page
This commit is contained in:
parent
0d609f0984
commit
b95d1915fb
1 changed files with 5 additions and 0 deletions
|
@ -48,6 +48,11 @@ export const profileConfig: ProfileConfig = {
|
||||||
icon: "fa6-brands:github",
|
icon: "fa6-brands:github",
|
||||||
url: "https://github.com/CompeyDev",
|
url: "https://github.com/CompeyDev",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "Bluesky",
|
||||||
|
icon: "fa6-brands:bluesky",
|
||||||
|
url: "https://bsky.app/profile/did:plc:scj5gj42nipcyihvu3hbt4fd",
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "Twitter",
|
name: "Twitter",
|
||||||
icon: "fa6-brands:twitter",
|
icon: "fa6-brands:twitter",
|
||||||
|
|
Loading…
Add table
Reference in a new issue