fix: netlify config
This commit is contained in:
parent
724de8c901
commit
92853a6ad2
1 changed files with 6 additions and 3 deletions
|
@ -3,9 +3,12 @@
|
||||||
###
|
###
|
||||||
[[plugins]]
|
[[plugins]]
|
||||||
package = "@netlify/plugin-lighthouse"
|
package = "@netlify/plugin-lighthouse"
|
||||||
[plugins.inputs.audits]
|
|
||||||
url = "https://coryd.dev"
|
[[plugins.inputs.audits]]
|
||||||
output_path = "lighthouse.html"
|
url = "https://coryd.dev"
|
||||||
|
|
||||||
|
[[plugins.inputs.audits]]
|
||||||
|
output_path = "lighthouse.html"
|
||||||
|
|
||||||
###
|
###
|
||||||
# URLs
|
# URLs
|
||||||
|
|
Reference in a new issue