We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fafe955 + 9832f20 commit 2bc08bdCopy full SHA for 2bc08bd
1 file changed
netlify.toml
@@ -0,0 +1,16 @@
1
+[[plugins]]
2
+ package = "@netlify/plugin-lighthouse"
3
+
4
+ [plugins.inputs]
5
+ fail_deploy_on_score_thresholds = true
6
7
+ [plugins.inputs.thresholds]
8
+ accessibility = 1.0
9
10
+ [[plugins.inputs.audits]]
11
+ path = "/wireframe/"
12
+ output_path = "reports/wireframe.html"
13
14
15
+ path = "/form-controls/"
16
+ output_path = "reports/form-controls.html"
0 commit comments