We have to change the way the SVG files are generated by optionImages.
Right now, the image generation option uses two attributes: srcset and sizes to provide several additional source images but the SVG files should be excluded from this mechanism.
To fix it now, remove the following piece of code from index.hbs file (line 24):
` {{responsiveSrcSet @config.custom.uploadHero}}`