diff --git a/build-lists.js b/build-lists.js index e7433d0..cc1ea80 100644 --- a/build-lists.js +++ b/build-lists.js @@ -707,8 +707,12 @@ class BuildLists { // Add routes for Astro pages const astroPageUrls = await getUrlsForAstroDefinedPages() - - console.log( 'astroPageUrls', astroPageUrls ) + astroPageUrls.forEach( url => { + sitemapEndpoints.push({ + route: url, + payload: {} + }) + }) // Save sitemap endpoints