Releases: nuxt-modules/sitemap
Releases · nuxt-modules/sitemap
v4.2.0
🚀 Features
- Upgrade to nuxt-site-config v2 - by @harlan-zw (2510e)
Providing a number of performance improvements related to Site Config.
- Integrate with nuxt-simple-robots v4 - by @harlan-zw (1837f)
This new integration will automatically exclude URLs from the sitemap when they are ignored by robot rules (i.e /robots.txt
, hook or nuxt config).
To stop a page from being added to the sitemap previously, you either needed to use the exclude
option or index: false
, sitemap: false
within routre rules. This new integration should be much more seamless.
View changes on GitHub
v4.1.17
No significant changes
View changes on GitHub
v4.1.16
🐞 Bug Fixes
- Avoid rendering before routes resolved using
nuxt generate
- by @harlan-zw (a644e)
View changes on GitHub
v4.1.15
chore: release v4.1.15
v4.1.14
v4.1.13
v4.1.12
v4.1.11
Bug Fixes
- support regex for
include
,exclude
(#186) (ef555c2) by @PabloGBarcelo
v4.1.10
What's Changed
- fix: replace ampersand char with & entity by @KerneggerTim in #183
New Contributors
- @KerneggerTim made their first contribution in #183
Full Changelog: v4.1.9...v4.1.10
v4.1.9
chore: release v4.1.9