diff options
Diffstat (limited to 'src/page')
-rw-r--r-- | src/page/album.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/page/album.js b/src/page/album.js index 1d5c7c0f..edde73a8 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', |