#Netlify CDN
1 messages · Page 1 of 1 (latest)
Note that I don't want to use netlify's image transformations I just want it to transform the files to webp and avif during the build step
Are you already using Astros <Image /> component? By default this should transform images to webp. It's what's generally recommended to use for optimizing all your static images. https://docs.astro.build/en/guides/images/
https://docs.astro.build/en/reference/modules/astro-assets/#image-
I use the picture element