Hi i'm triying to generate a sitemap with @nuxt js/sitemap coming from a external url. After add at the end of modules '@nuxt js/sitemap' I add this configuration in the nuxt.config.ts. But not seems to work.
sitemap: { path: '/sitemap.xml', hostname:process.env.HOST_NAME, sources: ['https://strapi.walaxiadev.ovh/api/sitemap/generate'], excludeAppSources: true, defaults: { changefreq: 'daily', priority: 1, lastmod: new Date() } }, If I go to the route /sitemap.xml I redirects to this page Someone can help us?.