chore: optimizations + styles

This commit is contained in:
Cory Dransfeldt 2024-02-29 12:25:46 -08:00
parent 8e875c18c3
commit 754245e9e0
No known key found for this signature in database
3 changed files with 213 additions and 213 deletions

View file

@ -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
})