chore: cleanup
This commit is contained in:
parent
6ef59b5818
commit
f27baa0ce7
7 changed files with 39 additions and 35 deletions
|
@ -83,7 +83,6 @@ export default async function (eleventyConfig) {
|
|||
if (path && path.endsWith(".html")) {
|
||||
return htmlmin.minify(content, {
|
||||
collapseBooleanAttributes: true,
|
||||
collapseWhitespace: true,
|
||||
decodeEntities: true,
|
||||
includeAutoGeneratedTags: false,
|
||||
minifyCSS: true,
|
||||
|
|
Reference in a new issue