packer-cn/website/netlify.toml

19 lines
425 B
TOML
Raw Normal View History

2020-03-18 18:46:47 -04:00
# This file sets configuration for Netlify
# ref: https://www.netlify.com/docs/netlify-toml-reference/
[build]
publish = "out"
command = "npm run static"
[context.production]
environment = { HASHI_ENV = "production", NODE_ENV = "production" }
2020-03-18 18:46:47 -04:00
[context.deploy-preview]
environment = { HASHI_ENV = "staging", NODE_ENV = "production" }
2020-03-18 18:46:47 -04:00
[[headers]]
for = "/*"
[headers.values]
X-Frame-Options = "SAMEORIGIN"