Skip to content

Commit 2bc08bd

Browse files
authored
Merge pull request #138 from CodeYourFuture/SallyMcGrath-patch-2
Create netlify.toml
2 parents fafe955 + 9832f20 commit 2bc08bd

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

Diff for: netlify.toml

+16
Original file line numberDiff line numberDiff line change
@@ -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+
[[plugins.inputs.audits]]
15+
path = "/form-controls/"
16+
output_path = "reports/form-controls.html"

0 commit comments

Comments
 (0)