Skip to content

v4.2.0

Choose a tag to compare

@github-actions github-actions released this 19 Dec 06:20
· 645 commits to main since this release

   🚀 Features

Providing a number of performance improvements related to Site Config. ⚠️ Test your production sitemap once you upgrade.

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