12 lines
290 B
TOML
12 lines
290 B
TOML
[build]
|
|
publish = "public"
|
|
command = "hugo --gc --minify"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.118.2"
|
|
HUGO_ENV = "production"
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
[context.deploy-preview]
|
|
command = "sed -i 's/! Content-Security-Policy//g' static/_headers && hugo --minify"
|