Added netlify.toml

This commit is contained in:
EDUDD22 2020-12-02 08:55:56 +01:00
parent 81b7490a0f
commit c0833529fd

19
netlify.toml Normal file
View file

@ -0,0 +1,19 @@
[build]
publish = "public"
command = "hugo"
[context.production.environment]
HUGO_VERSION = "0.78.2"
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.78.2"
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
HUGO_VERSION = "0.78.2"