diff options
Diffstat (limited to 'src/page/album.js')
-rw-r--r-- | src/page/album.js | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/page/album.js b/src/page/album.js index 76f3d6b0..be551ca7 100644 --- a/src/page/album.js +++ b/src/page/album.js @@ -50,6 +50,16 @@ export function pathsForTarget(album) { }, }, + !empty(album.referencedByArtworks) && { + type: 'page', + path: ['albumReferencingArtworks', album.directory], + + contentFunction: { + name: 'generateAlbumReferencingArtworksPage', + args: [album], + }, + }, + /* { type: 'data', |