diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2023-06-05 18:02:50 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2023-06-05 18:02:50 -0300 |
commit | 0b793af465849d4ade5f4793b3a8b80d4b6ea7cb (patch) | |
tree | d3c55c880b90f1d3f2cf678d52b70703c61adf07 /src/page | |
parent | 64577a579707a1193f7c7db61defdcdd6ff1bc05 (diff) |
content: generateAlbumGalleryPage
Diffstat (limited to 'src/page')
-rw-r--r-- | src/page/album.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/album.js b/src/page/album.js index 111cab82..390a57c2 100644 --- a/src/page/album.js +++ b/src/page/album.js @@ -21,7 +21,6 @@ export function pathsForTarget(album) { }, }, - /* hasGalleryPage && { type: 'page', path: ['albumGallery', album.directory], @@ -32,6 +31,7 @@ export function pathsForTarget(album) { }, }, + /* hasCommentaryPage && { type: 'page', path: ['albumCommentary', album.directory], |