« get me outta code hell

content: generateAlbumGalleryPage - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page
diff options
context:
space:
mode:
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
commit0b793af465849d4ade5f4793b3a8b80d4b6ea7cb (patch)
treed3c55c880b90f1d3f2cf678d52b70703c61adf07 /src/page
parent64577a579707a1193f7c7db61defdcdd6ff1bc05 (diff)
content: generateAlbumGalleryPage
Diffstat (limited to 'src/page')
-rw-r--r--src/page/album.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/album.js b/src/page/album.js
index 111cab8..390a57c 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],