Skip to content

Commit f72530d

Browse files
BugFix - Update YouTube URL Format to @username Style (#153)
* Add Netlify configuration file with Python version set to 3.9 (#152) * Update YouTube link format in social configuration --------- Co-authored-by: Rishav Anand <contact@rishavanand.com>
1 parent 15c9aac commit f72530d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/config/social.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,6 @@ export const SOCIAL_SITES: {
106106
shieldBadge:
107107
'https://img.shields.io/badge/youtube-%23EE4831.svg?&style=for-the-badge&logo=youtube&logoColor=white',
108108
title: 'YouTube',
109-
href: (username: string) => `https://www.youtube.com/user/${username}`,
109+
href: (username: string) => `https://www.youtube.com/@${username}`,
110110
},
111111
};

0 commit comments

Comments
 (0)