diff options
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], |