Disable Prefetch Link in Nuxt

• 1 min read

Here we go as documented here in nuxt.config.js :

router: {
  prefetchLinks: false
}