Files
website/netlify.toml
T
Andrew Chen da18bb735c fix command
2017-08-04 15:41:35 -07:00

10 lines
211 B
TOML

[build]
command = "make build"
publish = "_site"
[context.deploy-preview]
command = "make build-preview"
[context.vnext-staging]
command = "make build && cp netlify_noindex_headers.txt _site/_headers"