📺 CLI
This plugin comes with it's own strapi-sitemap
CLI.
You can add it to your project like so:
"scripts": {
// ...
"sitemap": "strapi-sitemap"
},
You can now run the generate
command like so:
- Yarn
- NPM
yarn sitemap generate
npm run sitemap generate