« 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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/page/group.js b/src/page/group.js
index 8795e15..e1ed418 100644
--- a/src/page/group.js
+++ b/src/page/group.js
@@ -46,14 +46,14 @@ export function pathsTargetless({wikiData: {wikiInfo}}) {
     wikiInfo.canonicalBase === 'https://hsmusic.wiki/' &&
       {
         type: 'redirect',
-        fromPath: ['path', 'albums/fandom/'],
+        fromPath: ['page', 'albums/fandom'],
         toPath: ['groupGallery', 'fandom'],
       },
 
     wikiInfo.canonicalBase === 'https://hsmusic.wiki/' &&
       {
         type: 'redirect',
-        fromPath: ['path', 'albums/official/'],
+        fromPath: ['page', 'albums/official'],
         toPath: ['groupGallery', 'official'],
       },
   ];