Tweak prerenderer configuration

This commit is contained in:
Kevin Kandlbinder 2023-10-14 17:32:28 +00:00
parent 7e51e43180
commit 7f3bd1aadc

View file

@ -29,7 +29,7 @@ const config = {
}
}),
prerender: {
entries: ['*', '/community-survey-23-09']
entries: ['*', '/community-survey-23-09', '/stub-landing']
}
}
};