chore: minify json-ld
This commit is contained in:
parent
716b618550
commit
2cd8e4a380
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ module.exports = (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
|
||||||
|
|
Reference in a new issue