fix: optimization + local urls
This commit is contained in:
parent
054962b1d1
commit
b9a45b87cb
3 changed files with 3 additions and 17 deletions
14
netlify.toml
14
netlify.toml
|
@ -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
|
||||
###
|
||||
|
|
Reference in a new issue