diff --git a/.eleventy.js b/.eleventy.js index c63fd798..59f452aa 100644 --- a/.eleventy.js +++ b/.eleventy.js @@ -115,6 +115,7 @@ export default async function (eleventyConfig) { minifyCSS: true, minifyJS: true, removeComments: true, + processScripts: ['application/ld+json'], // minify JSON-LD scripts }) } return content