RichText images are not using Imgix

I am using next.js and slice machine. Images that are added to a RichText field do not use the Imgix functionality for compression (uses the url https://prismic-io.s3.amazonaws.com/repo/file.jpp). Whereas the image field type does (uses the url https://images.prismic.io/repo/file.jpp?auto=compress,format&rect=0,42,710,449&w=980&h=620).

Why is this so? Is there a way to change this?

This leaves open to CMS admins uploading large file sizes for images.

A post was merged into an existing topic: Images served from s3 bucket rather than CDN