Add dynamic routes from crawler in generate mode#170
Open
NicoPennec wants to merge 5 commits intodevfrom
Open
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 ( |
itsmatteomanf
approved these changes
Sep 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. |
|
Works well with Nuxt 2.15.8, tried also exclude option. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: