diff options
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/external-links.js | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/util/external-links.js b/src/util/external-links.js index d1ca448b..890373fc 100644 --- a/src/util/external-links.js +++ b/src/util/external-links.js @@ -272,6 +272,15 @@ export const externalLinkSpec = [ }, { + match: {domain: 'cohost.org'}, + + platform: 'cohost', + handle: {pathname: /^([^/]+)\/?$/}, + + icon: 'cohost', + }, + + { match: {domain: 'music.deconreconstruction.com'}, platform: 'deconreconstruction.music', icon: 'globe', |