fixed sitemap call

This commit is contained in:
Joel Varty 2021-06-21 16:30:04 -04:00
parent 4c21c718d3
commit 36ce851ec9

View File

@ -10,7 +10,7 @@ const getCustomInitialProps = async ({
// get sitemap...
let sitemap = await api.getSitemap({
let sitemap = await api.getSitemapFlat({
channelName: channelName,
languageCode,
});