Add live support for Substack and Beehiiv

This commit is contained in:
Eric Bailey
2026-05-27 12:12:19 -05:00
parent 3d8875374e
commit ed9a3046ea
+2
View File
@@ -33,6 +33,8 @@ const serviceUrlToNameMap: Record<string, string> = {
'stream.place': 'Streamplace',
'skylight.social': 'Skylight',
'bluecast.app': 'Bluecast',
'substack.com': 'Substack',
'beehiiv.com': 'Beehiiv',
}
export function getLiveServiceNames(domains: Set<string>) {