From d7b770b2baa85882152887690c4f9f6166de5015 Mon Sep 17 00:00:00 2001 From: Gyunseo Lee Date: Fri, 12 Jul 2024 01:17:34 +0900 Subject: [PATCH] chore: change youtube handle --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index c3c010517..ea6d76b10 100644 --- a/src/config.ts +++ b/src/config.ts @@ -68,7 +68,7 @@ export const SOCIALS: SocialObjects = [ }, { name: "YouTube", - href: "https://www.youtube.com/@gyunseo0311", + href: "https://www.youtube.com/@균서", linkTitle: `${SITE.title} on YouTube`, active: true, },