Add comments on sitemap and stork steps

This commit is contained in:
Sam Carlton 2022-05-09 16:34:45 -05:00
parent a9d467bec7
commit 9ddd105772

View file

@ -544,9 +544,11 @@ class BuildLists {
} ).flat(1) } ).flat(1)
// Save sitemap endpoints // Save sitemap endpoints
console.log('Building Sitemap JSON')
await this.saveToJson( sitemapEndpoints, './static/sitemap-endpoints.json') await this.saveToJson( sitemapEndpoints, './static/sitemap-endpoints.json')
// Save stork toml index // Save stork toml index
console.log('Building Stork toml index')
await writeStorkToml( sitemapEndpoints ) await writeStorkToml( sitemapEndpoints )
console.log('Total Nuxt Endpoints', this.endpointMaps.nuxt.size ) console.log('Total Nuxt Endpoints', this.endpointMaps.nuxt.size )