Aroy-Art-Site/netlify.toml

21 lines
404 B
TOML
Raw Normal View History

2020-12-02 07:55:56 +00:00
[build]
publish = "public"
2024-02-11 18:21:43 +00:00
command = "hugo --minify"
2020-12-02 07:55:56 +00:00
[context.production.environment]
2024-07-24 20:48:31 +00:00
HUGO_VERSION = "v0.129.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]
2024-07-24 20:48:31 +00:00
HUGO_VERSION = "v0.129.0"
2020-12-02 07:55:56 +00:00
[context.branch-deploy]
2023-02-14 18:33:25 +00:00
command = "hugo"
2020-12-02 07:55:56 +00:00
[context.branch-deploy.environment]
2024-10-05 22:01:05 +00:00
HUGO_VERSION = "v0.129.0"