chore: minify json-ld

This commit is contained in:
Cory Dransfeldt 2023-12-21 14:01:39 -08:00
parent 5aa3f563ed
commit a883de7bb6
No known key found for this signature in database

View file

@ -115,6 +115,7 @@ export default async function (eleventyConfig) {
minifyCSS: true, minifyCSS: true,
minifyJS: true, minifyJS: true,
removeComments: true, removeComments: true,
processScripts: ['application/ld+json'], // minify JSON-LD scripts
}) })
} }
return content return content