Nuxt3 sitemap modules is not generating multiple sitemaps for dynamic routes
I am experiencing an issue with the @nuxtjs/sitemap module in my Nuxt.js project. I’m trying to generate separate sitemaps for pages and posts from a WordPress API, but neither /posts-sitemap.xml nor /pages-sitemap.xml are being generated correctly. These sitemaps should be populated with slugs from WordPress posts and pages respectively.