sitemap-module icon indicating copy to clipboard operation
sitemap-module copied to clipboard

Regenerate sitemap.xml when adding a new url without restarting nuxt

Open VSKut opened this issue 2 years ago • 0 comments

For example, I have a blog site. Through a third-party API, I get a list of entries and when I start nuxt, I successfully generate sitemap.xml with all urls. Then a new entry appears on the third-party API, but it is not in sitemap.xml Question - how do I add this entry to sitemap.xml without restarting nuxt?

VSKut avatar Nov 01 '21 17:11 VSKut