diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-12-13 17:40:55 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-12-13 17:40:55 -0400 |
commit | 51d7d11b15784a616c6e36776702359d7a8b982e (patch) | |
tree | c78cc6456c9acd4ddd4e0ad2c601d31772964ba9 /src/util | |
parent | 9c3a732733e808bf1ea171177c090d753276f19b (diff) |
content: MUSIC@DCRC external lnks
Diffstat (limited to 'src/util')
-rw-r--r-- | src/util/external-links.js | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/util/external-links.js b/src/util/external-links.js index 0a4a77cf..e95dfef3 100644 --- a/src/util/external-links.js +++ b/src/util/external-links.js @@ -250,6 +250,18 @@ export const externalLinkSpec = [ }, { + match: {domain: 'music.deconreconstruction.com'}, + platform: 'deconreconstruction.music', + icon: 'globe', + }, + + { + match: {domain: 'deconreconstruction.com'}, + platform: 'deconreconstruction', + icon: 'globe', + }, + + { match: {domain: 'deviantart.com'}, platform: 'deviantart', icon: 'deviantart', |