diff options
author | Alan Pearce | 2020-09-11 20:16:43 +0200 |
---|---|---|
committer | Alan Pearce | 2020-09-11 20:16:43 +0200 |
commit | 7bb6fb8b4d4401cced82b7e9cbfe2b845e2cd49f (patch) | |
tree | 62cbbae0932ecffa837e2def86356fd0ce5e5d0c /netlify.toml | |
parent | ded414fbf0992a23e2aeab386b0bfa8f3da6c8fd (diff) | |
download | website-7bb6fb8b4d4401cced82b7e9cbfe2b845e2cd49f.tar.lz website-7bb6fb8b4d4401cced82b7e9cbfe2b845e2cd49f.tar.zst website-7bb6fb8b4d4401cced82b7e9cbfe2b845e2cd49f.zip |
Update hugo
Diffstat (limited to 'netlify.toml')
-rw-r--r-- | netlify.toml | 2 |
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 @@ publish = "public" command = "hugo" [build.environment] - HUGO_VERSION = "0.58.0" + HUGO_VERSION = "0.74.0" [context.production.environment] HUGO_ENV = "production" |