Disables prefetching so we can easily monitor performance.
Download internal plugin
Install the plugin in gatsby-config.js
| exports.disableCorePrefetching = () => true |
| exports.disableCorePrefetching = () => true |
| // noop |
| { | |
| "name": "gatsby-disable-prefetch", | |
| "version": "1.0.0", | |
| "main": "index.js" | |
| } |