We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 59bbf4a commit 9c52bb7Copy full SHA for 9c52bb7
netlify.toml
@@ -1,14 +1,20 @@
1
[build]
2
-publish = "public"
3
-command = "hugo --gc --minify"
+ publish = "public"
+ command = "hugo --gc --minify"
4
5
[context.production.environment]
6
-HUGO_VERSION = "0.50"
7
-HUGO_ENV = "production"
8
-HUGO_ENABLEGITINFO = "true"
+ HUGO_VERSION = "0.50"
+ HUGO_ENV = "production"
+ HUGO_ENABLEGITINFO = "true"
9
10
[context.deploy-preview]
11
-command = "hugo -b $DEPLOY_PRIME_URL"
+ command = "hugo -b $DEPLOY_PRIME_URL"
12
13
[context.branch-deploy]
14
15
+
16
+[[plugins]]
17
+package = "netlify-plugin-a11y"
18
19
+ [plugins.inputs]
20
+ resultMode = "warn"
0 commit comments