How to prefetch image in nextjs ?
Unanswered
Skye Terrier posted this in #help-forum
Skye TerrierOP
I am trying to import an image like this
then how to prefetch an image in the document file ?
import fooImg from "@some-module" in _document file and use it like this <link href={fooImg} rel="prefetch" as="image" /> and it is complaining Images cannot be imported within pages/_document.js. Please move image imports that need to be displayed on every page into pages/_app.js.then how to prefetch an image in the document file ?