Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/onweru/newsroom.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorweru <fromweru@gmail.com>2021-04-07 02:49:03 +0300
committerweru <fromweru@gmail.com>2021-04-07 02:49:03 +0300
commitca75395762d57fa5f3362012b6e68729b25a3195 (patch)
tree6c84609f421e75ab90cf84fb67a6876017f9d5b9
parent59ae2f193880e25ad2610cd55185ea82fef92a34 (diff)
update netlify config
-rw-r--r--exampleSite/netlify.toml8
1 files changed, 4 insertions, 4 deletions
diff --git a/exampleSite/netlify.toml b/exampleSite/netlify.toml
index 80a184c..476f836 100644
--- a/exampleSite/netlify.toml
+++ b/exampleSite/netlify.toml
@@ -3,7 +3,7 @@ publish = "public"
command = "hugo --gc --minify"
[context.production.environment]
-HUGO_VERSION = "0.74.3"
+HUGO_VERSION = "0.82.0"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
@@ -11,20 +11,20 @@ HUGO_ENABLEGITINFO = "true"
command = "hugo --gc --minify --enableGitInfo"
[context.split1.environment]
-HUGO_VERSION = "0.74.3"
+HUGO_VERSION = "0.82.0"
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
-HUGO_VERSION = "0.74.3"
+HUGO_VERSION = "0.82.0"
[context.branch-deploy]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
-HUGO_VERSION = "0.74.3"
+HUGO_VERSION = "0.82.0"
[context.next.environment]
HUGO_ENABLEGITINFO = "true"