cheers-io / nuxt-storyblok-sitemap

Create a sitemap with your storyblok data and serve it via Nuxt 3.
MIT License
5 stars 0 forks source link

Add sitemap-uri to configuration #6

Closed bastian-friedrich closed 1 year ago

bastian-friedrich commented 1 year ago

We should offer the possibility to make the sitemap-uri an option to customize the file name. Some people might want to change it, especially if you have multiple sitemaps.

For example: 'sitemap_pages.xml'.

Default should be: 'sitemap.xml'

This should be a configuration option.

A/C