« get me outta code hell

content: generateArtTagInfoPage: fix gallery links - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2025-02-09 00:33:40 -0400
committer(quasar) nebula <qznebula@protonmail.com>2025-02-25 20:03:29 -0400
commitcc87d79e3cfc39fed8bf6d55b061824a3fd35318 (patch)
treebd52e13d242c4baf56840a661b93c7fae8373caf
parent26996d310c7c1dbb39d0ce5da6bc2cdf5ca4b0ed (diff)
content: generateArtTagInfoPage: fix gallery links
-rw-r--r--src/content/dependencies/generateArtTagInfoPage.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/content/dependencies/generateArtTagInfoPage.js b/src/content/dependencies/generateArtTagInfoPage.js
index 48852344..f118735f 100644
--- a/src/content/dependencies/generateArtTagInfoPage.js
+++ b/src/content/dependencies/generateArtTagInfoPage.js
@@ -78,7 +78,7 @@ export default {
       artTag.directDescendantArtTags.map(artTag =>
         (query.allDescendantsHaveMoreDescendants
           ? null
-          : relation('linkArtTagInfo', artTag))),
+          : relation('linkArtTagGallery', artTag))),
   }),
 
   data: (query, sprawl, artTag) => ({