chore: minify json-ld
This commit is contained in:
parent
5aa3f563ed
commit
a883de7bb6
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Reference in a new issue