Nicolas PENNEC

Results 17 comments of Nicolas PENNEC

Hi @karlstulik This project doesn't have any sitemap: https://nuxt-firebase-auth.firebaseapp.com/sitemap.xml and it doesn't use my [sitemap](https://github.com/nuxt-community/sitemap-module) module, if I check the config: https://github.com/davidroyer/nuxt-firebase-auth/blob/master/nuxt.config.js#L33 I think it's not the goal of the...

This project is only **SPA** mode (not **SSR** mode), so no link in source code... and therefore no sitemap to create! see `nuxt.config.js` => [SPA mode](https://nuxtjs.org/guide#single-page-applications-spa-) https://github.com/davidroyer/nuxt-firebase-auth/blob/master/nuxt.config.js#L14 see html body...

@PTiCA1 the "sitemap index" feature is WIP (see #6), but without limit size for now :confused: After a quick review, it seems that we can't use the `createSitemapIndex` function from...

@ricardogobbosouza nope! the v2.0.0 add only a manual splitting. The auto splitting is planned for the next release (see [milestone](https://github.com/nuxt-community/sitemap-module/milestone/5)). I started working on it (but not published yet)

It's not an issue, but a feature from the [sitemap.js](https://github.com/ekalinin/sitemap.js) lib to secure by default your XML content of element, because all HTML entities should be escaped or wrapped in...

Yes, that's a good point 🤔 Currently the sitemap-module supports i18n routes from the nuxt-i18n module, but as before only for the static routes... (see [features list](https://github.com/nuxt-community/sitemap-module#features)) As workaround, you...

@miteyema the #140 respect the sitemap specs. It's a fact. I started to experiment with the new "static" mode and its crawler. But it is not "magic"... the crawler is...

Thank you all for your suggestions! I know this feature is eagerly awaited. I just published a PR to handle the new static mode directly in the sitemap module. You...

Hi @rylax & @Atinux, I just came back from holidays. Using the hostname as the cache ID sounds like a smart idea. I will be looking in depth this week....

Thanks for your patch @adesege 🙏 But It seems not fix the root cause. Why the `globalCache.staticRoutes` is empty here?https://github.com/nuxt-community/sitemap-module/blob/eaf25181eda4885c264e989a4b434b7a70a6878e/lib/generator.js#L42 I will investigate.