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.
1 parent ebfcfa6 commit 82bef4eCopy full SHA for 82bef4e
1 file changed
netlify.toml
@@ -0,0 +1,30 @@
1
+[build]
2
+publish = "public"
3
+command = "hugo"
4
+
5
+[context.production.environment]
6
+HUGO_VERSION = "0.37.1"
7
+HUGO_ENV = "production"
8
+HUGO_ENABLEGITINFO = "true"
9
10
+[context.split1]
11
+command = "hugo --enableGitInfo"
12
13
+[context.split1.environment]
14
15
16
17
+[context.deploy-preview]
18
19
20
+[context.deploy-preview.environment]
21
22
23
+[context.branch-deploy]
24
25
26
+[context.branch-deploy.environment]
27
28
29
+[context.next.environment]
30
0 commit comments