Does Netlfy support `next/future/image` image optimizations with Next.js?

I deployed a site that uses the next/future/image Next.js component to optimize my images. However, the Images generated by next/future/image are not in optimized webp format despite using webp-compatible browsers (the resultant format is jpeg which is the original image format). I tested the same site on vercel and the images are being optimized there. Do the Netlify Edge Functions not support next/future/image? I have also tried setting the NEXT_USE_NETLIFY_EDGE env variable to true, as mentioned in this github issue, but that didn’t work.

Hi @raguila8,

We’ve looped in our devs to confirm this. We’ll get back to you.