Hi,
If you visit one your image URLs directly, you’ll likely see an HTML page, rather than an image. That would be the reason for an incorrect mime type.
If you’re using a Static Site, that likely means the image file doesn’t exist where you’re pointing.
If you’re using a Web Service, you’ll need to ensure your code is serving your images correctly.
Alan