about summary refs log tree commit diff stats
path: root/netlify.toml
diff options
context:
space:
mode:
authorAlan Pearce2019-06-15 20:21:55 +0200
committerAlan Pearce2019-06-15 20:21:55 +0200
commita164ad057ea33ecc383d9b8e75d2f391a6456f67 (patch)
tree1c127c36583fa16521c0b5b706aaba7302bd3bfe /netlify.toml
parent03ab47b13cef54a70f8d7491f648ed1c00803cbc (diff)
downloadwebsite-a164ad057ea33ecc383d9b8e75d2f391a6456f67.tar.xz
website-a164ad057ea33ecc383d9b8e75d2f391a6456f67.zip
Update hugo to 0.43
Diffstat (limited to 'netlify.toml')
-rw-r--r--netlify.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/netlify.toml b/netlify.toml index 372d71e..ef5481d 100644 --- a/netlify.toml +++ b/netlify.toml
@@ -2,7 +2,7 @@
2 publish = "public" 2 publish = "public"
3 command = "hugo" 3 command = "hugo"
4 [build.environment] 4 [build.environment]
5 HUGO_VERSION = "0.41" 5 HUGO_VERSION = "0.43"
6 6
7[context.production.environment] 7[context.production.environment]
8 HUGO_ENV = "production" 8 HUGO_ENV = "production"