Aroy-Art-Site/netlify.toml

22 lines
405 B
TOML
Raw Normal View History

2020-12-02 07:55:56 +00:00
[build]
publish = "public"
command = "hugo"
2023-01-15 17:32:24 +00:00
2020-12-02 07:55:56 +00:00
[context.production.environment]
HUGO_VERSION = "v0.108.0"
2020-12-02 07:55:56 +00:00
HUGO_ENV = "production"
2023-01-15 17:32:24 +00:00
HUGO_ENABLEGITINFO = "true"
2020-12-02 07:55:56 +00:00
[context.deploy-preview]
command = "hugo --minify"
2020-12-02 07:55:56 +00:00
[context.deploy-preview.environment]
HUGO_VERSION = "v0.108.0"
2020-12-02 07:55:56 +00:00
[context.branch-deploy]
command = "hugo --minify"
2020-12-02 07:55:56 +00:00
[context.branch-deploy.environment]
HUGO_VERSION = "v0.108.0"