mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Add comments on sitemap and stork steps
This commit is contained in:
parent
a9d467bec7
commit
9ddd105772
1 changed files with 2 additions and 0 deletions
|
|
@ -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 )
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue