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,
|
||||
minifyJS: true,
|
||||
removeComments: true,
|
||||
processScripts: ['application/ld+json'], // minify JSON-LD scripts
|
||||
})
|
||||
}
|
||||
return content
|
||||
|
|
Reference in a new issue