Improve Reddit social account URL handling (#4033)

This commit is contained in:
Zeno Kapitein
2026-02-23 11:49:26 +01:00
committed by GitHub
parent 40524d4d4a
commit f7c251e2d2
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
---
"gitbook": patch
---
Update Reddit social account rendering
@@ -62,7 +62,7 @@ const SOCIAL_PLATFORMS: Record<SiteSocialAccountPlatform, SocialPlatformData> =
[SiteSocialAccountPlatform.Reddit]: {
label: 'Reddit',
icon: 'reddit',
href: 'https://reddit.com/@$handle',
href: 'https://reddit.com/$handle',
},
[SiteSocialAccountPlatform.Bluesky]: {
label: 'Bluesky',