diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-07-24 08:38:19 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-07-24 08:38:19 -0300 |
commit | d669d0e8c7c4bc98f4c93de6cf29bb570e0f75e2 (patch) | |
tree | 7bd1b4164b38de326fdce164c6fca74d9e68c8fe /src/util | |
parent | c28cfcaa4fe3af6f30ccc5ef3c6b4a3be91d88c0 (diff) |
external-links: Steam
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/external-links.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/util/external-links.js b/src/util/external-links.js index a616efb3..f84b5c15 100644 --- a/src/util/external-links.js +++ b/src/util/external-links.js @@ -559,6 +559,12 @@ export const externalLinkSpec = [ }, { + match: {domains: ['store.steampowered.com', 'steamcommunity.com']}, + platform: 'steam', + icon: 'steam', + }, + + { match: {domain: 'tiktok.com'}, platform: 'tiktok', |