Skip to content

Commit e5de857

Browse files
Youtube link fix (#155)
* Add Netlify configuration file with Python version set to 3.9 * 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 <[email protected]> --------- Co-authored-by: Rafa Gómez <[email protected]>
1 parent 8ce506e commit e5de857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)