How to import or require images in Next.js?
Originally posted here!
To import images in a Next.js project you can install a plugin called next-images which helps in doing all the heavy lifting for us.
yarn add -D next-images
Or
npm i --save-dev next-images
Then you have to add this to the N...
melvingeorge-me.hashnode.dev3 min read