mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
* update segment for 1st party cookies * no need for segmentEndpoint var * revert change * update writeKey for staging Segment
38 lines
948 B
TOML
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 = "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 = "PVpuTLKGJveLivvc1r3ZyzFutWgtzkvQ"
|
|
|
|
[[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
|