« 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/album.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/page/album.js')
-rw-r--r--src/page/album.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/page/album.js b/src/page/album.js
index 1d5c7c0..edde73a 100644
--- a/src/page/album.js
+++ b/src/page/album.js
@@ -57,6 +57,12 @@ export function pathsForTarget(album) {
 
 export function pathsTargetless({wikiData: {wikiInfo}}) {
   return [
+    {
+      type: 'page',
+      path: ['commentaryIndex'],
+      contentFunction: {name: 'generateCommentaryIndexPage'},
+    },
+
     wikiInfo.canonicalBase === 'https://hsmusic.wiki/' &&
       {
         type: 'redirect',