From 6e655f89282be41584dfa1c9e64e766adef3aef3 Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Tue, 10 Feb 2026 21:07:25 +0100 Subject: [PATCH] remove socials Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- src/config.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config.ts b/src/config.ts index 1fcefd5..e2933f5 100644 --- a/src/config.ts +++ b/src/config.ts @@ -39,8 +39,8 @@ export const siteConfig: SiteConfig = { location: "🇫🇷 France", socialLinks: { github: "https://github.com/anotherhadi", - twitter: "https://x.com/anotherhadi", - bluesky: "https://bsky.app/profile/hadi1842.bsky.social", + twitter: "", + bluesky: "", kofi: "https://ko-fi.com/anotherhadi", medium: "https://medium.com/@anotherhadi", },