Skip to content

v2.13.1

Compare
Choose a tag to compare
@farnabaz farnabaz released this 05 Jul 09:16
· 27 commits to main since this release

NOTE As of [email protected] there is a regression which cause removing / from prerendered routes. because of this, nuxi generate might not work as expected. As a workaround you can add / into nitro.prerender.routes inside nuxt.config.ts to solve this issue.

🔥 Performance

  • dev-cache: Improve localhost markdown page navigation performance (when having 2,000+ pages) (#2675)

🩹 Fixes

  • module: Do not force prerender index page (#2681)
  • Hot reload on dev server for documentDriven: false (#2686)

📖 Documentation

  • Typo in configuration (#2677)
  • Add missing await keyword in search documentation (#2687)

🏡 Chore

❤️ Contributors