chore: netlify config tweaks
This commit is contained in:
parent
859d380562
commit
80b781493a
1 changed files with 7 additions and 0 deletions
|
@ -3,6 +3,13 @@
|
||||||
###
|
###
|
||||||
[[plugins]]
|
[[plugins]]
|
||||||
package = "@netlify/plugin-lighthouse"
|
package = "@netlify/plugin-lighthouse"
|
||||||
|
[plugins.inputs.audits]
|
||||||
|
output_path = "reports/lighthouse.html"
|
||||||
|
|
||||||
|
[[plugins]]
|
||||||
|
package = "netlify-plugin-cache"
|
||||||
|
[plugins.inputs]
|
||||||
|
paths = [ ".cache", "_site/assets/img/cache" ]
|
||||||
|
|
||||||
###
|
###
|
||||||
# URLs
|
# URLs
|
||||||
|
|
Reference in a new issue