NuxtN
Nuxt2y ago
18 replies
Ivan Ortiz

@nuxt/sitemap dont's generating xml

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?.
2024-02-21_09_42_51-XML_Sitemap.png
Was this page helpful?