diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-04-17 14:26:29 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-17 14:26:29 +0300 |
commit | cab407f3bfbd0c76fccb2cec1121cf1f9df94220 (patch) | |
tree | 4cc58455435228b541e7e38683aeba9b0a728ff3 | |
parent | 84719e310e0432d809248bb937da025b4478ee15 (diff) |
Emergency fix - builds fail (hugo can't be downloaded)
-rw-r--r-- | netlify.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/netlify.toml b/netlify.toml index 5def631..b403f89 100644 --- a/netlify.toml +++ b/netlify.toml @@ -4,7 +4,7 @@ functions = "functions" [build.environment] - HUGO_VERSION = "0.80" + HUGO_VERSION = "0.80.0" [context.production.environment] HUGO_ENV = "production" @@ -19,4 +19,4 @@ [[headers]] for = "/*.json" [headers.values] - Access-Control-Allow-Origin = "*"
\ No newline at end of file + Access-Control-Allow-Origin = "*" |