chill_hugoplate/netlify.toml

19 lines
463 B
TOML
Raw Normal View History

2023-05-25 10:41:54 +00:00
[build]
publish = "exampleSite/public"
command = "yarn build"
[build.environment]
2023-05-31 02:58:29 +00:00
HUGO_VERSION = "0.112.5"
2023-05-25 10:41:54 +00:00
GO_VERSION = "1.19.4"
HUGO_THEME = "repo"
HUGO_BASEURL = "/"
# [[headers]]
# for = "/*" # This defines which paths this specific [[headers]] block will cover.
# [headers.values]
# X-Frame-Options = "DENY"
# X-XSS-Protection = "1; mode=block"
# Referrer-Policy = "same-origin"
# Strict-Transport-Security = "max-age=31536000; includeSubDomains; preload"