Aroy-Art-Site/netlify.toml

20 lines
392 B
TOML
Raw Normal View History

2020-12-02 07:55:56 +00:00
[build]
publish = "public"
command = "hugo"
[context.production.environment]
2021-02-15 18:06:14 +00:00
HUGO_VERSION = "0.80.0"
2020-12-02 07:55:56 +00:00
HUGO_ENV = "production"
[context.deploy-preview]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
2021-02-15 18:06:14 +00:00
HUGO_VERSION = "0.80.0"
2020-12-02 07:55:56 +00:00
[context.branch-deploy]
command = "hugo -b $DEPLOY_PRIME_URL"
[context.branch-deploy.environment]
2021-02-15 18:06:14 +00:00
HUGO_VERSION = "0.80.0"