N
Nuxt3mo ago
Daman

disabling page prefetching globally

Hi how to disable disabling page prefetching globally direct configuration and suggest better
1 Reply
Cue
Cue3mo ago
The experimental flag is available as of 3.13.0, add the following to your Nuxt config:
experimental: {
defaults: {
nuxtLink: {
prefetch: false
}
}
}
experimental: {
defaults: {
nuxtLink: {
prefetch: false
}
}
}
Want results from more Discord servers?
Add your server