There was an error while loading. Please reload this page.
1 parent 24faf52 commit 1d7f108Copy full SHA for 1d7f108
netlify.toml
@@ -3,18 +3,18 @@ publish = "exampleSite/public"
3
command = "hugo --gc -s exampleSite --minify"
4
5
[context.production.environment]
6
-HUGO_VERSION = "0.91.2"
+HUGO_VERSION = "0.99.1"
7
8
[context.deploy-preview]
9
command = "hugo -s exampleSite --minify -D -F -b $DEPLOY_PRIME_URL"
10
11
[context.deploy-preview.environment]
12
13
14
[context.branch-deploy]
15
command = "hugo -s exampleSite --minify --gc -b $DEPLOY_PRIME_URL"
16
17
[context.branch-deploy.environment]
18
19
20
0 commit comments