« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/group.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/page/group.js')
-rw-r--r--src/page/group.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/page/group.js b/src/page/group.js
index e1ed418..fa6c1c9 100644
--- a/src/page/group.js
+++ b/src/page/group.js
@@ -48,6 +48,7 @@ export function pathsTargetless({wikiData: {wikiInfo}}) {
         type: 'redirect',
         fromPath: ['page', 'albums/fandom'],
         toPath: ['groupGallery', 'fandom'],
+        title: 'Fandom - Gallery',
       },
 
     wikiInfo.canonicalBase === 'https://hsmusic.wiki/' &&
@@ -55,6 +56,7 @@ export function pathsTargetless({wikiData: {wikiInfo}}) {
         type: 'redirect',
         fromPath: ['page', 'albums/official'],
         toPath: ['groupGallery', 'official'],
+        title: 'Official - Gallery',
       },
   ];
 }