mirror of https://github.com/openedx/paragon.git
11 lines
299 B
TOML
11 lines
299 B
TOML
[context.production]
|
|
environment = { NODE_VERSION = "18.16.0" }
|
|
[context.deploy-preview]
|
|
environment = { SEGMENT_KEY = "", NODE_VERSION = "18.16.0" }
|
|
[functions]
|
|
directory = "www/netlify/functions"
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
Content-Security-Policy = "frame-ancestors *;"
|