Files
landing_page/netlify.toml
T
jasonbryant84 9eeba32479 WIP key management (#1050)
* key management

* noKey

* segment-write-key => segmentWriteKey

* revert script

* segmentWriteKey => SEGMENT_WRITE_KEY

* whitespace

* segment write key in install-and-build.sh

* remove SEGMENT_WRITE_KEY from config.toml

* sanity check

* update-config.sh

* remove temp file
2024-07-26 08:37:17 +01:00

38 lines
948 B
TOML

[build]
publish = "qdrant-landing/public"
command = "bash -x ./install-and-build.sh"
[build.environment]
HUGO_VERSION = "0.123.0"
DART_SASS_VERSION = "1.70.0"
NODE_VERSION = "20.10.0"
HUGO_PARAMS_segmentWriteKey = "HtxD8cbIlx3I98cyMdEFl6tBcJ3Cwagc"
[context.production.environment]
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
DEPLOY_PRIME_URL = "https://qdrant.tech"
HUGO_PARAMS_segmentWriteKey = "FDCshQlKE2lWbOkvTXYHXY9Vof3ZFKoV"
[context.deploy-preview.environment]
HUGO_ENV = "staging"
HUGO_PARAMS_segmentWriteKey = "kcpVTrfNQqfL07HhMjVM08g0a3aH2Oek"
[[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