Skip to content

Commit cab407f

Browse files
authored
Emergency fix - builds fail (hugo can't be downloaded)
1 parent 84719e3 commit cab407f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

netlify.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
functions = "functions"
55

66
[build.environment]
7-
HUGO_VERSION = "0.80"
7+
HUGO_VERSION = "0.80.0"
88

99
[context.production.environment]
1010
HUGO_ENV = "production"
@@ -19,4 +19,4 @@
1919
[[headers]]
2020
for = "/*.json"
2121
[headers.values]
22-
Access-Control-Allow-Origin = "*"
22+
Access-Control-Allow-Origin = "*"

0 commit comments

Comments
 (0)