« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/strings-default.yaml4
-rw-r--r--src/util/external-links.js12
2 files changed, 16 insertions, 0 deletions
diff --git a/src/strings-default.yaml b/src/strings-default.yaml
index d13ce89..f976ac8 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 0a4a77c..e95dfef 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',