« get me outta code hell

write, content: restore & handle redirect titles properly - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/album.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2023-08-08 11:46:44 -0300
committer(quasar) nebula <qznebula@protonmail.com>2023-08-08 11:46:44 -0300
commit725482638dcc96632c3a9cf2b885f4128c50a1c1 (patch)
tree238bd34da7762ab50085d7d39f2a63c7921b0e33 /src/page/album.js
parentf65bbab508cebdbaffd188366e983945d73abd4a (diff)
write, content: restore & handle redirect titles properly
Diffstat (limited to 'src/page/album.js')
-rw-r--r--src/page/album.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/page/album.js b/src/page/album.js
index 4ed5bcb..3b2d02d 100644
--- a/src/page/album.js
+++ b/src/page/album.js
@@ -68,6 +68,7 @@ export function pathsTargetless({wikiData: {wikiInfo}}) {
         type: 'redirect',
         fromPath: ['page', 'list/all-commentary'],
         toPath: ['commentaryIndex'],
+        title: 'Album Commentary',
       },
   ];
 }