about summary refs log tree commit diff stats
path: root/netlify.toml
diff options
context:
space:
mode:
authorAlan Pearce2020-09-11 20:16:43 +0200
committerAlan Pearce2020-09-11 20:16:43 +0200
commit7bb6fb8b4d4401cced82b7e9cbfe2b845e2cd49f (patch)
tree62cbbae0932ecffa837e2def86356fd0ce5e5d0c /netlify.toml
parentded414fbf0992a23e2aeab386b0bfa8f3da6c8fd (diff)
downloadwebsite-7bb6fb8b4d4401cced82b7e9cbfe2b845e2cd49f.tar.lz
website-7bb6fb8b4d4401cced82b7e9cbfe2b845e2cd49f.tar.zst
website-7bb6fb8b4d4401cced82b7e9cbfe2b845e2cd49f.zip
Update hugo
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 134fdc5..9314f55 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.58.0" 5 HUGO_VERSION = "0.74.0"
6 6
7[context.production.environment] 7[context.production.environment]
8 HUGO_ENV = "production" 8 HUGO_ENV = "production"