I don't see Astrojs build running "generating optimized images" on Netlify

Locally when I run: npm run build on my astrojs site I see “generating optimized images” and a ton of optimized images are created.

I disabled imageCDN by setting it to false via the Netlify adapter config for astro. Although, whether that is true or false I never see the Netlify build running the step to optimize images.

Is this a known issue or a ‘me’ issue?

It is also worth noting these are all remote images and not local images.

site ID: 58bedbfc-dc23-4a9c-b8fa-b7819936c1f8
repo: GitHub - jspengeman/jspengy

Based on Astro’s source code, if you don’t enable Image CDN on Netlify, you don’t get images at all: astro/packages/integrations/netlify/src/index.ts at main · withastro/astro. If this is not expected, please open a feature request on Astro’s repo to allow this.