From f8b24147722763117c3bc3a2368c7b4ac2826ea4 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 11 Mar 2024 19:34:40 -0300 Subject: content, client, css: generateArtistRollingWindowPage --- src/page/artist.js | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'src/page') diff --git a/src/page/artist.js b/src/page/artist.js index 257e060d..bd8b8988 100644 --- a/src/page/artist.js +++ b/src/page/artist.js @@ -32,6 +32,16 @@ export function pathsForTarget(artist) { args: [artist], }, }, + + { + type: 'page', + path: ['artistRollingWindow', artist.directory], + + contentFunction: { + name: 'generateArtistRollingWindowPage', + args: [artist], + }, + }, ]; } -- cgit 1.3.0-6-gf8a5