remove html minification property that was causing issues

This commit is contained in:
notgne2 2019-12-21 21:46:47 -07:00
parent 2ed41b6821
commit 77e5b69f19

View File

@ -41,7 +41,6 @@ prerenderOpts = (width, height, name) => ({
minifyJS: jsMin,
collapseBooleanAttributes: true,
collapseWhitespace: true,
removeRedundantAttributes: true,
removeScriptTypeAttributes: true,
removeStyleLinkTypeAttributes: true,