isomerpages / isomercms-backend

A static website builder and host for the Singapore Government
5 stars 1 forks source link

fix(file ext): fix casing + better logging #1020

Closed kishore03109 closed 11 months ago

kishore03109 commented 11 months ago

Problem

some images got .JPG instead of .jpg, end up not rendering in the UI.

Solution

change the check to lower case instead + better logging for ease of debugging