diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-03-30 14:00:32 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-03-30 14:00:32 -0300 |
commit | 1ed72d23ff0c1849e8621cf50dc0923cd392f1fa (patch) | |
tree | 0f93a1e58f13361de3e44f8dccf4cbd8f8f3b445 /src/util | |
parent | 28dad7d3cd861c458d403abbb598cda512a72413 (diff) |
external-links: Cohost
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', |