fix: optimization + local urls

This commit is contained in:
Cory Dransfeldt 2023-07-04 17:39:32 -07:00
parent 054962b1d1
commit b9a45b87cb
No known key found for this signature in database
3 changed files with 3 additions and 17 deletions

View file

@ -6,20 +6,6 @@ package = "@netlify/plugin-lighthouse"
[plugins.inputs]
output_path = "reports/lighthouse/index.html"
###
# OPTIMIZATION
###
[build.processing]
skip_processing = false
[build.processing.css]
bundle = true
minify = false
[build.processing.js]
bundle = true
minify = false
[build.processing.images]
compress = true
###
# URLs
###