fix: layout shift
This commit is contained in:
parent
05ef5cc82d
commit
0085980879
4 changed files with 5 additions and 4 deletions
|
@ -81,6 +81,7 @@ 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