Skip to content

Commit 9c52bb7

Browse files
author
Toma Nistor
committed
Changed error to warning on A11y Netlify plugin
1 parent 59bbf4a commit 9c52bb7

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

netlify.toml

+13-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,20 @@
11
[build]
2-
publish = "public"
3-
command = "hugo --gc --minify"
2+
publish = "public"
3+
command = "hugo --gc --minify"
44

55
[context.production.environment]
6-
HUGO_VERSION = "0.50"
7-
HUGO_ENV = "production"
8-
HUGO_ENABLEGITINFO = "true"
6+
HUGO_VERSION = "0.50"
7+
HUGO_ENV = "production"
8+
HUGO_ENABLEGITINFO = "true"
99

1010
[context.deploy-preview]
11-
command = "hugo -b $DEPLOY_PRIME_URL"
11+
command = "hugo -b $DEPLOY_PRIME_URL"
1212

1313
[context.branch-deploy]
14-
command = "hugo -b $DEPLOY_PRIME_URL"
14+
command = "hugo -b $DEPLOY_PRIME_URL"
15+
16+
[[plugins]]
17+
package = "netlify-plugin-a11y"
18+
19+
[plugins.inputs]
20+
resultMode = "warn"

0 commit comments

Comments
 (0)