mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-25 22:18:30 +02:00
23 lines
538 B
TOML
23 lines
538 B
TOML
[build]
|
|
publish = "qdrant-landing/public"
|
|
command = "cd qdrant-landing ; hugo --gc --minify"
|
|
|
|
[build.environment]
|
|
HUGO_VERSION = "0.123.0"
|
|
|
|
[context.production.environment]
|
|
HUGO_ENV = "production"
|
|
HUGO_ENABLEGITINFO = "true"
|
|
|
|
[context.deploy-preview.environment]
|
|
HUGO_ENV = "staging"
|
|
|
|
[context.deploy-preview]
|
|
command = "cd qdrant-landing ; echo $HUGO_ENV ; hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
|
|
|
[[headers]]
|
|
for = "/*"
|
|
[headers.values]
|
|
X-Content-Type-Options = "nosniff"
|
|
X-Frame-Options = "DENY"
|