forked from couchbase/docs-ui
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
22 lines (18 loc) · 744 Bytes
/
netlify.toml
File metadata and controls
22 lines (18 loc) · 744 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
[build]
publish = "public"
command = "node_modules/.bin/gulp preview:build"
[build.environment]
NODE_VERSION = "10"
ALGOLIA_APP_ID = "NI1G57N08Q"
ALGOLIA_API_KEY = "d3eff3e8bcc0860b8ceae87360a47d54"
ALGOLIA_IDX_NAME = "staging_docs_couchbase"
OPTANON_SCRIPT_URL = "https://cdn.cookielaw.org/scripttemplates/otSDKStub.js"
OPTANON_SCRIPT_DATA_DOMAIN_SCRIPT = "748511ff-10bf-44bf-88b8-36382e5b5fd9"
[context.branch-deploy]
command = "node_modules/.bin/gulp preview:build && node_modules/.bin/gulp --series build bundle:pack"
[context.deploy-preview]
command = "node_modules/.bin/gulp preview:build && node_modules/.bin/gulp --series build bundle:pack"
[[headers]]
for = "/_/font/*"
[headers.values]
Cache-Control = "public,max-age=604800"