Improve Netlify config

This commit is contained in:
Bjørn Erik Pedersen 2017-07-16 23:17:54 +02:00
parent 94bf0abf68
commit 436f2a36a1

View File

@ -7,8 +7,12 @@
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.next.environment]
[context.deploy-preview.environment]
HUGO_VERSION = "0.25.1"
HUGO_ENV = "development"
[context.branch-deploy.environment]
HUGO_VERSION = "0.25.1"
[context.next.environment]
HUGO_BASEURL = "https://next--gohugoio.netlify.com/"
HUGO_ENABLEGITINFO = "true"