remove html minification property that was causing issues
This commit is contained in:
parent
2ed41b6821
commit
77e5b69f19
@ -41,7 +41,6 @@ prerenderOpts = (width, height, name) => ({
|
||||
minifyJS: jsMin,
|
||||
|
||||
collapseBooleanAttributes: true,
|
||||
collapseWhitespace: true,
|
||||
removeRedundantAttributes: true,
|
||||
removeScriptTypeAttributes: true,
|
||||
removeStyleLinkTypeAttributes: true,
|
||||
|
Loading…
Reference in New Issue
Block a user