lemniskett.moe/netlify.toml

12 lines
290 B
TOML
Raw Normal View History

2023-09-03 13:41:12 +00:00
[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"