Skip to content

Fix image not loading when deployed to netlify

Rafael Reggiani Manzo requested to merge cases_description into master

The squares-case.(png|webp) are less than 10kb which causes webpack to convert them to base64 and inline them into the html. I believe that for some reason this does not wrok well with webp.

As I could not find a way to disable it only for webp, I'm disabling for all assets.

References:

Merge request reports