mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
97 lines
2.7 KiB
TOML
97 lines
2.7 KiB
TOML
[build]
|
|
publish = "qdrant-landing/public"
|
|
command = "bash -x ./install-and-build.sh"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.160.1"
|
|
DART_SASS_VERSION = "1.70.0"
|
|
NODE_VERSION = "22.22.2"
|
|
HUGO_PARAMS_segmentWriteKey = "UOgPyE2GbtD4lletUP2uWfBGQQSfkzf1"
|
|
HUGO_PARAMS_onetrustScriptId = "0196246a-3663-7350-9a45-b65f645d6314"
|
|
|
|
[context.production.environment]
|
|
HUGO_ENV = "production"
|
|
HUGO_ENABLEGITINFO = "true"
|
|
DEPLOY_PRIME_URL = "https://qdrant.tech"
|
|
HUGO_PARAMS_segmentWriteKey = "eQYi1nZE2zQSmnHuxjMRlDd2uLl65oHe"
|
|
HUGO_PARAMS_onetrustScriptId = "01960152-5e40-782d-af01-f7f5768a214e"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_ENV = "staging"
|
|
HUGO_PARAMS_segmentWriteKey = "DZ49RYXkFEV0pY6DG4i0RyxyobSovIlU"
|
|
HUGO_PARAMS_onetrustScriptId = "0196246a-3663-7350-9a45-b65f645d6314"
|
|
|
|
[[headers]]
|
|
for = "/get_anonymous_id/"
|
|
[headers.values]
|
|
Content-Security-Policy = "frame-ancestors https://login.development-cloud.qdrant.io https://development-cloud.qdrant.io https://staging-cloud.qdrant.io https://login.cloud.qdrant.io https://cloud.qdrant.io"
|
|
X-Frame-Options = "ALLOW-FROM https://login.development-cloud.qdrant.io https://development-cloud.qdrant.io https://staging-cloud.qdrant.io https://login.cloud.qdrant.io https://cloud.qdrant.io"
|
|
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
X-Content-Type-Options = "nosniff"
|
|
X-Frame-Options = "DENY"
|
|
Referrer-Policy = "no-referrer-when-downgrade"
|
|
Link = '<index.md>; rel="alternate"; type="text/markdown"'
|
|
|
|
[[headers]]
|
|
for = "/web-ui-info.json"
|
|
[headers.values]
|
|
Access-Control-Allow-Origin = "*"
|
|
|
|
[[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
|
|
|
|
[[redirects]]
|
|
from = "/documentation/platforms/:slug/"
|
|
to = "/documentation/platforms/"
|
|
status = 301
|
|
force = false
|
|
|
|
[[redirects]]
|
|
from = "/documentation/data-management/:slug/"
|
|
to = "/documentation/data-management/"
|
|
status = 301
|
|
force = false
|
|
|
|
[[redirects]]
|
|
from = "/documentation/frameworks/:slug/"
|
|
to = "/documentation/frameworks/"
|
|
status = 301
|
|
force = false
|
|
|
|
[[redirects]]
|
|
from = "/documentation/embeddings/:slug/"
|
|
to = "/documentation/embeddings/"
|
|
status = 301
|
|
force = false
|
|
|
|
[[redirects]]
|
|
from = "/documentation/observability/:slug/"
|
|
to = "/documentation/observability/"
|
|
status = 301
|
|
force = false
|
|
|
|
[[redirects]]
|
|
from = "/about-us/about-us-get-started/"
|
|
to = "https://qdrant.to/jobs"
|
|
status = 301
|
|
force = false
|