about summary refs log tree commit diff stats
path: root/netlify.toml
diff options
context:
space:
mode:
authorAlan Pearce2019-12-07 20:21:33 +0100
committerAlan Pearce2019-12-07 20:21:33 +0100
commitbf8414e33f7422ad9ff9a06e53674578a0dd297f (patch)
tree62ccf7c9ab824b8c2bf730c0987d1d8be6483410 /netlify.toml
parente9e0e0fb8abca4fb7e500f1b124ba1cc581dfa07 (diff)
downloadwebsite-bf8414e33f7422ad9ff9a06e53674578a0dd297f.tar.lz
website-bf8414e33f7422ad9ff9a06e53674578a0dd297f.tar.zst
website-bf8414e33f7422ad9ff9a06e53674578a0dd297f.zip
Update hugo to version 0.58
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 e9752ac..125982c 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.55.6" 5 HUGO_VERSION = "0.58.0"
6 6
7[context.production.environment] 7[context.production.environment]
8 HUGO_ENV = "production" 8 HUGO_ENV = "production"