v1.0.0
Support for Nuxt v3
🚀 Include / exclude route support
Using the include and exclude options, you can specify which routes you'd like to delay hydration on.
// nuxt.config.ts
export default {
delayHydration: {
include: [
'/blog/**',
],
exclude: [
'/admin/**'
],
},
}⚠️ Other Breaking changes
foreveris removed, use Nuxt server componentsreplayClickMaxEventAgeconfig is removed- default mode is now
mount