-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathnetlify.toml
More file actions
37 lines (35 loc) · 844 Bytes
/
netlify.toml
File metadata and controls
37 lines (35 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[context.deploy-preview]
# Replace DEPLOY_PRIME_URL placeholder with actual Netlify preview URL
command = "sed -i.bak 's|DEPLOY_PRIME_URL|'${DEPLOY_PRIME_URL}'|g' _config.staging.yml && bundle exec jekyll build --config _config.yml,_config.staging.yml"
[[headers]]
for = "/*"
[headers.values]
Cache-Control = "public, max-age=0, must-revalidate"
Vary = "Cookie"
[caching]
included_cookies = [
"AMCVS_A90F2A0D55423F537F000101%40AdobeOrg",
"AMCV_A90F2A0D55423F537F000101%40AdobeOrg",
"at_check",
"demdex",
"dextp",
"dpm",
"ev_sync_dd",
"everest_g_v2",
"gpv_pc",
"gpv_pqs",
"gpv_pt",
"gpv_pthl",
"gpv_url",
"mbox",
"s_cc",
"s_ips",
"s_plt",
"s_ppv",
"s_tp",
"s_sq",
"clickURL",
"clickText",
"clickSourceURL",
"clickSourcePage"
]