From 51d7d11b15784a616c6e36776702359d7a8b982e Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Wed, 13 Dec 2023 17:40:55 -0400 Subject: content: MUSIC@DCRC external lnks --- src/strings-default.yaml | 4 ++++ src/util/external-links.js | 12 ++++++++++++ 2 files changed, 16 insertions(+) diff --git a/src/strings-default.yaml b/src/strings-default.yaml index d13ce89d..f976ac8d 100644 --- a/src/strings-default.yaml +++ b/src/strings-default.yaml @@ -503,6 +503,10 @@ misc: _: "bgreco.net" flash: "bgreco.net (high quality audio)" + deconreconstruction: + _: "Deconreconstruction" + music: "MUSIC@DCRC" + deviantart: "DeviantArt" homestuck: 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 @@ -249,6 +249,18 @@ export const externalLinkSpec = [ handle: {domain: /^[^.]*/}, }, + { + match: {domain: 'music.deconreconstruction.com'}, + platform: 'deconreconstruction.music', + icon: 'globe', + }, + + { + match: {domain: 'deconreconstruction.com'}, + platform: 'deconreconstruction', + icon: 'globe', + }, + { match: {domain: 'deviantart.com'}, platform: 'deviantart', -- cgit 1.3.0-6-gf8a5