Skip to content

Releases: nuxt-modules/sitemap

v4.2.0

19 Dec 06:20
Compare
Choose a tag to compare

   🚀 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

v4.1.17

13 Dec 11:17
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v4.1.16

13 Dec 11:16
Compare
Choose a tag to compare

   🐞 Bug Fixes

  • Avoid rendering before routes resolved using nuxt generate  -  by @harlan-zw (a644e)
    View changes on GitHub

v4.1.15

12 Dec 12:08
Compare
Choose a tag to compare
chore: release v4.1.15

v4.1.14

12 Dec 11:18
Compare
Choose a tag to compare

Bug Fixes

  • broken route rules using trailingSlash: true (d9ddf03)
  • dynamic i18n URLs generating wrong x-default (7f2e435), closes #187
  • ignore paths that have redirect route rules (324719d)
  • prerendering sitemap_index.xml error (c290df2)

v4.1.13

11 Dec 14:54
Compare
Choose a tag to compare

Bug Fixes

  • vercel: sitemap.xml 404 with nuxi generate (3cddc49)

v4.1.12

11 Dec 13:50
Compare
Choose a tag to compare

Bug Fixes

  • nuxt-content: avoid adding _draft pages to sitemap (093a6c6)

v4.1.11

11 Dec 05:39
Compare
Choose a tag to compare

Bug Fixes

v4.1.10

08 Dec 07:05
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.1.9...v4.1.10

v4.1.9

07 Dec 12:34
Compare
Choose a tag to compare
chore: release v4.1.9