From 621d3760fad4aef48ea5fad36625035caac198bd Mon Sep 17 00:00:00 2001 From: Hadi <112569860+anotherhadi@users.noreply.github.com> Date: Thu, 1 Jan 2026 19:49:55 +0100 Subject: [PATCH] fix medium url Signed-off-by: Hadi <112569860+anotherhadi@users.noreply.github.com> --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 1f8ae95..1fcefd5 100644 --- a/src/config.ts +++ b/src/config.ts @@ -42,7 +42,7 @@ export const siteConfig: SiteConfig = { twitter: "https://x.com/anotherhadi", bluesky: "https://bsky.app/profile/hadi1842.bsky.social", kofi: "https://ko-fi.com/anotherhadi", - medium: "https://medium.com/anotherhadi", + medium: "https://medium.com/@anotherhadi", }, gpgKey: "/anotherhadi.asc", };