diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-12-28 15:54:23 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-12-28 15:54:23 -0400 |
commit | e23d54ab78cb38f90ed9f667759f986792aceb86 (patch) | |
tree | fcdfa729fdb605203f44c6e711f9ecd0fb8a810b /src/util/external-links.js | |
parent | f53e94e7c282c656812fdfee62f1b297b585fcc2 (diff) |
external-links: Nintendo Music preview
Diffstat (limited to 'src/util/external-links.js')
-rw-r--r-- | src/util/external-links.js | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/util/external-links.js b/src/util/external-links.js index f84b5c15..43c09265 100644 --- a/src/util/external-links.js +++ b/src/util/external-links.js @@ -353,6 +353,14 @@ export const externalLinkSpec = [ }, { + match: {domain: 'm.nintendo.com'}, + + platform: 'nintendoMusic', + + icon: 'nintendoMusic', + }, + + { match: {domain: 'mspaintadventures.fandom.com'}, platform: 'fandom.mspaintadventures', |