fix: minification settings

This commit is contained in:
Cory Dransfeldt 2024-02-29 16:23:32 -08:00
parent ce9dedc4c9
commit d4b04f8e92
No known key found for this signature in database
2 changed files with 1 additions and 2 deletions

View file

@ -123,7 +123,6 @@ export default async function (eleventyConfig) {
noNewlinesBeforeTagClose: true,
quoteCharacter: '"',
removeComments: true,
removeRedundantAttributes: true,
sortAttributes: true,
sortClassName: true,
useShortDoctype: true,