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 949963b commit 5262c8eCopy full SHA for 5262c8e
netlify.toml
@@ -0,0 +1,14 @@
1
+[build]
2
+command = "hugo"
3
+publish = "public"
4
+[build.environment]
5
+HUGO_VERSION = "0.83.1"
6
+
7
+[context]
8
+[context.branch-deploy]
9
+command = "hugo -F -b $DEPLOY_PRIME_URL"
10
+[context.deploy-preview]
11
12
+[context.production]
13
+[context.production.environment]
14
+HUGO_ENV = "production"
0 commit comments