fix: minification settings
This commit is contained in:
parent
ce9dedc4c9
commit
d4b04f8e92
2 changed files with 1 additions and 2 deletions
|
@ -123,7 +123,6 @@ export default async function (eleventyConfig) {
|
|||
noNewlinesBeforeTagClose: true,
|
||||
quoteCharacter: '"',
|
||||
removeComments: true,
|
||||
removeRedundantAttributes: true,
|
||||
sortAttributes: true,
|
||||
sortClassName: true,
|
||||
useShortDoctype: true,
|
||||
|
|
Reference in a new issue