oe7drt-website/netlify.toml

37 lines
972 B
TOML
Raw Normal View History

2022-12-11 18:56:27 +01:00
[build]
publish = "public"
2022-12-11 19:13:44 +01:00
command = "hugo --gc --minify"
2022-12-11 18:56:27 +01:00
[context.production.environment]
2022-12-13 19:34:56 +01:00
GO_VERSION = "1.18"
2022-12-11 18:56:27 +01:00
HUGO_VERSION = "0.108.0"
HUGO_ENV = "production"
2022-12-11 19:13:44 +01:00
#HUGO_ENABLEGITINFO = "true"
2022-12-11 18:56:27 +01:00
[context.deploy-preview]
2022-12-11 19:13:44 +01:00
command = "hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
2022-12-11 18:56:27 +01:00
[context.deploy-preview.environment]
2022-12-13 19:34:56 +01:00
GO_VERSION = "1.18"
2022-12-11 18:56:27 +01:00
HUGO_VERSION = "0.108.0"
[context.branch-deploy]
2022-12-11 19:13:44 +01:00
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL"
2022-12-11 18:56:27 +01:00
[context.branch-deploy.environment]
2022-12-13 19:34:56 +01:00
GO_VERSION = "1.18"
2022-12-11 18:56:27 +01:00
HUGO_VERSION = "0.108.0"
#[context.next.environment]
#HUGO_ENABLEGITINFO = "true"
# [[headers]]
# for = "/*"
# [headers.values]
# Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"
# # use this to clear HSTS settings
# # Strict-Transport-Security = "max-age=0; includeSubDomains;"
# X-Frame-Options = "DENY"
# X-XSS-Protection = "1; mode=block"
# Referrer-Policy = "no-referrer"
# X-Content-Type-Options = "nosniff"