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.