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 a76c1e95..5df4f7d1 100644 --- a/src/util/external-links.js +++ b/src/util/external-links.js @@ -443,6 +443,15 @@ export const externalLinkSpec = [ }, { + match: {domain: 'linktr.ee'}, + + platform: 'linktree', + handle: {pathname: /^([^/]+)\/?$/}, + + icon: 'linktree', + }, + + { match: {domains: ['types.pl']}, platform: 'mastodon', |