-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathnetlify.toml
50 lines (41 loc) · 1.3 KB
/
netlify.toml
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
38
39
40
41
42
43
44
45
46
47
48
49
50
[build]
publish = "qdrant-landing/public"
command = "bash -x ./install-and-build.sh"
[build.environment]
HUGO_VERSION = "0.141.0"
DART_SASS_VERSION = "1.70.0"
NODE_VERSION = "20.10.0"
HUGO_PARAMS_segmentWriteKey = "UOgPyE2GbtD4lletUP2uWfBGQQSfkzf1"
[context.production.environment]
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
DEPLOY_PRIME_URL = "https://qdrant.tech"
HUGO_PARAMS_segmentWriteKey = "eQYi1nZE2zQSmnHuxjMRlDd2uLl65oHe"
[context.deploy-preview.environment]
HUGO_ENV = "staging"
HUGO_PARAMS_segmentWriteKey = "DZ49RYXkFEV0pY6DG4i0RyxyobSovIlU"
[[headers]]
for = "/get_anonymous_id"
[headers.values]
Content-Security-Policy = "frame-ancestors https://staging-cloud.qdrant.io https://cloud.qdrant.io;"
X-Frame-Options = "ALLOW-FROM https://staging-cloud.qdrant.io https://cloud.qdrant.io"
[[headers]]
for = "/*"
[headers.values]
X-Content-Type-Options = "nosniff"
X-Frame-Options = "DENY"
[[redirects]]
from = "/surveys/hybrid-saas"
to = "https://hybrid-cloud.qdrant.tech/"
status = 301
force = true
[[redirects]]
from = "/surveys/hybrid-saas/"
to = "https://hybrid-cloud.qdrant.tech/"
status = 301
force = true
[[redirects]]
from = "/legal/terms_cloud/"
to = "https://qdrant.to/cloud-terms/"
status = 301
force = true