about summary refs log tree commit diff stats
path: root/netlify.toml
diff options
context:
space:
mode:
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml index 5488f77..6b14df6 100644 --- a/netlify.toml +++ b/netlify.toml
@@ -1,10 +1,13 @@
1[build] 1[build]
2 publish = "public" 2 publish = "public"
3 command = "hugo" 3 command = "hugo"
4 [build.environment]
5 HUGO_VERSION = "0.41"
4 6
5[context.production.environment] 7[context.production.environment]
6 HUGO_VERSION = "0.41"
7 HUGO_ENV = "production" 8 HUGO_ENV = "production"
9
10[context.branch-deploy.environment]
8 HUGO_ENABLEGITINFO = "true" 11 HUGO_ENABLEGITINFO = "true"
9 12
10[[redirects]] 13[[redirects]]