-
Notifications
You must be signed in to change notification settings - Fork 127
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add dynamic routes from crawler in generate mode #170
base: dev
Are you sure you want to change the base?
Conversation
A new option "crawler" is now available on sitemap config to disable this auto addition.
Is there anyway I can support you on this PR to get it merged? :) Thanks for your work ❤️ |
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. |
Hi, does the sitemap crawler also put the last update date ( |
It's been almost a year... any update on this? It's pretty important, as it breaks sitemap support with the latest Nuxt versions. |
Works well with Nuxt 2.15.8, tried also exclude option. |
resolves #143
By default the sitemap-module will add all dynamic routes detected by the Nuxt crawler in generate mode, if the
generate.crawler
option is enabled in thenuxt.config.js
(by defaulttrue
on Nuxt >= v2.13):A new boolean option
crawler
will be available in the sitemap config to disable it.eg. of usage: