« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/write/common-templates.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/write/common-templates.js')
-rw-r--r--src/write/common-templates.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/write/common-templates.js b/src/write/common-templates.js
index d897a73..c9824a4 100644
--- a/src/write/common-templates.js
+++ b/src/write/common-templates.js
@@ -46,10 +46,12 @@ export function generateRandomLinkDataJSON({wikiData}) {
 
     artistDirectories:
       artistData
+        .filter(artist => !artist.isAlias)
         .map(artist => artist.directory),
 
     artistNumContributions:
       artistData
+        .filter(artist => !artist.isAlias)
         .map(artist => getArtistNumContributions(artist)),
   });
 }