Reactjs – NextJS how to avoid Image warnings
I'm getting a warning for almost all of the local images in my site: Image with src "http://localhost:3000/_next/static/media/icon_home.0f967506.svg" has either width or height modified, but not the other. If you use CSS to change the size of your image, also…