Disable Prefetch Link in Nuxt
Posted on October 9, 2021
Here we go as documented here in nuxt.config.js :
router: {
prefetchLinks: false
}
Posted on October 9, 2021
Here we go as documented here in nuxt.config.js :
router: {
prefetchLinks: false
}