From a883de7bb672f90699d480bf2084f51af7b46144 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Thu, 21 Dec 2023 14:01:39 -0800 Subject: [PATCH] chore: minify json-ld --- .eleventy.js | 1 + 1 file changed, 1 insertion(+) 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