From 46a9ea4039b86a177779c83f49ab4af3d4f1529c Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Tue, 6 Jun 2023 19:22:02 -0300 Subject: content: generateAlbumCommentaryPage --- src/page/album.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/page/album.js') diff --git a/src/page/album.js b/src/page/album.js index 390a57c..a8e0b59 100644 --- a/src/page/album.js +++ b/src/page/album.js @@ -1,6 +1,6 @@ // Album page specification. -export const description = `per-album info & track artwork gallery pages`; +export const description = `per-album info, artwork gallery & commentary pages`; export function targets({wikiData}) { return wikiData.albumData; @@ -31,7 +31,6 @@ export function pathsForTarget(album) { }, }, - /* hasCommentaryPage && { type: 'page', path: ['albumCommentary', album.directory], @@ -42,6 +41,7 @@ export function pathsForTarget(album) { }, }, + /* { type: 'data', path: ['album', album.directory], -- cgit 1.3.0-6-gf8a5