10 lines
211 B
TOML
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"
|