- Notifications
You must be signed in to change notification settings - Fork125
Add dynamic routes from crawler in generate mode#170
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:dev
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
Conversation
A new option "crawler" is now available on sitemap config to disable this auto addition.
LukaHarambasic commentedMar 24, 2021
Is there anyway I can support you on this PR to get it merged? :) Thanks for your work ❤️ |
itsmatteomanf commentedApr 5, 2021
Any update on this@NicoPennec? It would be very cool to have this integrated, doing it manually is a pain especially with this ready to go. |
finex commentedApr 10, 2021
Hi, does the sitemap crawler also put the last update date ( |
itsmatteomanf commentedSep 29, 2021
It's been almost a year... any update on this? It's pretty important, as it breaks sitemap support with the latest Nuxt versions. |
iBobik commentedNov 7, 2021
Works well with Nuxt 2.15.8, tried also exclude option. |
Uh oh!
There was an error while loading.Please reload this page.
resolves#143
By default the sitemap-module will add all dynamic routes detected by the Nuxt crawler in generate mode, if the
generate.crawleroption is enabled in thenuxt.config.js(by defaulttrueon Nuxt >= v2.13):A new boolean option
crawlerwill be available in the sitemap config to disable it.eg. of usage: