diff options
author | Mantas Vilčinskas <hi@mnts.lt> | 2021-04-17 14:25:58 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-17 14:25:58 +0300 |
commit | 36e4b70cf3fe90ad0a6c29dc2c2554e0b0fd3428 (patch) | |
tree | e26f89c05f65f48a8afbbfc6c2a69f682197d3ac /exampleSite | |
parent | 18500f7d6fbef6e31d3a319d3ac209cbd00abb06 (diff) |
Emergency fix - builds fail (hugo can't be downloaded)_
Diffstat (limited to 'exampleSite')
-rw-r--r-- | exampleSite/netlify.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml index 5def631..b403f89 100644 --- a/exampleSite/netlify.toml +++ b/exampleSite/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 = "*" |