Image redirects
site name. https://tontine.com
Hello,
I need help regarding the images on my website, my project is created in Next.js and Im using Next/Image for rendering the images. When i deploy my website, images are redirected from _next to _ipx . Are these redirects desired behavior? And does these redirects affect our SEO?
Thank you!
Hey, this is expected behavior. If you wish to disable the use of the image loader which is bundled into the runtime by default, set the DISABLE_IPX
environment variable to true
.
This should only be done if the site is not using next/image
or is using a different loader (such as Cloudinary or Imgix).
See the Next.js documentation for image loader options.
We’re not SEO experts. Please ask that on an SEO forum.