summaryrefslogtreecommitdiffstats
path: root/docs/netlify.toml
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-08-10 15:00:30 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-08-10 15:00:30 +0200
commit9a2eb0f1d3f731609767c8043664dad0a0d72b6a (patch)
tree3f42578a05ed339fe0581c9434915a78551a4d03 /docs/netlify.toml
parent0373e4310263ac9f2b0307d437dcf69cf474eb69 (diff)
Revert "Squashed 'docs/' changes from 35abbc86..f887bd7b"
That did not go well... This reverts commit 0373e4310263ac9f2b0307d437dcf69cf474eb69.
Diffstat (limited to 'docs/netlify.toml')
-rw-r--r--docs/netlify.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/netlify.toml b/docs/netlify.toml
index c556acabf..addb812a2 100644
--- a/docs/netlify.toml
+++ b/docs/netlify.toml
@@ -3,15 +3,15 @@
command = "hugo"
[context.production.environment]
- HUGO_VERSION = "0.26"
+ HUGO_VERSION = "0.25.1"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview.environment]
- HUGO_VERSION = "0.26"
+ HUGO_VERSION = "0.25.1"
[context.branch-deploy.environment]
- HUGO_VERSION = "0.26"
+ HUGO_VERSION = "0.25.1"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"