chore: optimizations + styles
This commit is contained in:
parent
8e875c18c3
commit
754245e9e0
3 changed files with 213 additions and 213 deletions
|
@ -120,7 +120,12 @@ export default async function (eleventyConfig) {
|
|||
minifyCSS: true,
|
||||
minifyJS: true,
|
||||
minifyURLs: true,
|
||||
noNewlinesBeforeTagClose: true,
|
||||
quoteCharacter: '"',
|
||||
removeComments: true,
|
||||
removeRedundantAttributes: true,
|
||||
sortAttributes: true,
|
||||
sortClassName: true,
|
||||
useShortDoctype: true,
|
||||
processScripts: ['application/ld+json'], // minify JSON-LD scripts
|
||||
})
|
||||
|
|
Reference in a new issue