Files
landing_page/netlify.toml
T
2023-06-08 13:04:10 +02:00

22 lines
503 B
TOML

[build]
publish = "qdrant-landing/public"
command = "cd qdrant-landing ; hugo --gc --minify"
[context.production.environment]
HUGO_VERSION = "0.93.3"
HUGO_ENV = "production"
HUGO_ENABLEGITINFO = "true"
[context.deploy-preview]
command = "cd qdrant-landing ; hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
[context.deploy-preview.environment]
HUGO_VERSION = "0.93.3"
[[headers]]
for = "/*"
[headers.values]
X-Content-Type-Options = "nosniff"
X-Frame-Options = "DENY"