NuxtN
Nuxt16mo ago
wszymanski

Nuxt Sitemap module does nothing

hi! I followed https://nuxtseo.com/sitemap/getting-started/installation steps and after viewing /sitemap.xml , I just get redirected to 404 page. I get exactly the same results if I comment the module out in nuxt.config, whether I provide more config sitemaps: { sitemaps: ... } }. All I get is nothing, nothing works.

Is there some obvious configuration missing from this documentation page?
My versions:
"nuxt": "^3.8.0",
"@nuxtjs/sitemap": "^6.0.1",

My nuxt.config:
  ...
  modules: [
    '@nuxtjs/i18n',
    '@nuxtjs/tailwindcss',
    '@nuxtjs/sitemap',
  ],
  site: {
    url: 'https://www.example.com',
  },
  ...

So, when loading my app at localhost:3000/sitemap.xml, I land on localhost:3000/en/sitemap.xml with 404 template. Help me, please.
Nuxt SEO
Get started with Nuxt Sitemap by installing the dependency to your project.
Was this page helpful?