diff --git a/.eleventy.js b/.eleventy.js index 09191699..87affaeb 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -116,7 +116,6 @@ export default async function (eleventyConfig) { return htmlmin.minify(content, { collapseBooleanAttributes: true, collapseWhitespace: true, - collapseInlineTagWhitespace: true, decodeEntities: true, includeAutoGeneratedTags: false, minifyCSS: true,