Skip to content

Commit 97e501c

Browse files
authored
Create netlify.toml
I think this should broadly work? It's not really possible to test it beforehand
1 parent fafe955 commit 97e501c

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

netlify.toml

Lines changed: 16 additions & 0 deletions
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 = 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)