From d4318084d64209c26bda6464b25dcd53f7479086 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 19 Dec 2024 12:49:08 -0400 Subject: content: generateAlbumCommentaryPage: stub commentary pages --- src/page/album.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'src/page') diff --git a/src/page/album.js b/src/page/album.js index be551ca7..46b1446b 100644 --- a/src/page/album.js +++ b/src/page/album.js @@ -7,8 +7,6 @@ export function targets({wikiData}) { } export function pathsForTarget(album) { - const hasCommentaryPage = !!album.commentary || album.tracks.some(t => t.commentary); - return [ { type: 'page', @@ -30,7 +28,7 @@ export function pathsForTarget(album) { }, }, - hasCommentaryPage && { + { type: 'page', path: ['albumCommentary', album.directory], -- cgit 1.3.0-6-gf8a5