From b95d1915fb79e8387d984642b2bd61ec0ad36bb1 Mon Sep 17 00:00:00 2001 From: Erica Marigold Date: Tue, 21 Jan 2025 23:41:25 +0530 Subject: [PATCH] Add bluesky social link on landing page --- src/config.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/config.ts b/src/config.ts index e65732b..afc621d 100644 --- a/src/config.ts +++ b/src/config.ts @@ -48,6 +48,11 @@ export const profileConfig: ProfileConfig = { icon: "fa6-brands:github", url: "https://github.com/CompeyDev", }, + { + name: "Bluesky", + icon: "fa6-brands:bluesky", + url: "https://bsky.app/profile/did:plc:scj5gj42nipcyihvu3hbt4fd", + }, { name: "Twitter", icon: "fa6-brands:twitter",