webiny-js
webiny-js copied to clipboard
fix: remove the utf8 encoding parameter from the call to fs.readFile
Related Issue
#2629
Changes
I remove the utf8 encoding parameter from the call to fs.readFileSync which caused the static non-text assets (images, videos) to be broken/inaccessible.
How Has This Been Tested?
Manually.