Skip to content

Commit f8b93b4

Browse files
committed
revert hugo to 0.58 :-(
1 parent 7bb7aaa commit f8b93b4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,22 +8,22 @@ publish = "public"
88
command = "hugo -v --minify -b https://cyrillschumacher.com/"
99

1010
[context.production.environment]
11-
HUGO_VERSION = "0.80.0"
11+
HUGO_VERSION = "0.58.3"
1212
HUGO_ENV = "production"
1313
HUGO_ENABLEGITINFO = "true"
1414

1515
[context.split1]
1616
command = "hugo -v --minify --enableGitInfo -b https://cyrillschumacher.com/"
1717

1818
[context.split1.environment]
19-
HUGO_VERSION = "0.80.0"
19+
HUGO_VERSION = "0.58.3"
2020
HUGO_ENV = "production"
2121

2222
[context.deploy-preview]
2323
command = "hugo --minify --buildFuture -b $DEPLOY_PRIME_URL"
2424

2525
[context.deploy-preview.environment]
26-
HUGO_VERSION = "0.80.0"
26+
HUGO_VERSION = "0.58.3"
2727

2828
[context.branch-deploy]
2929
command = "hugo --minify -b $DEPLOY_PRIME_URL"

0 commit comments

Comments
 (0)