Files
docker-docs/netlify.toml
David Karlsson fa18c7f8bf site: upgrade pagefind to v1.5.0-beta.1
Assisted-By: cagent
2026-02-06 09:16:07 +01:00

14 lines
406 B
TOML

[build]
publish = "public"
[context.deploy-preview.environment]
NODE_VERSION = "22"
NODE_ENV = "production"
HUGO_VERSION = "0.154.2"
HUGO_ENABLEGITINFO = "true"
HUGO_ENVIRONMENT = "preview"
SECRETS_SCAN_OMIT_PATHS = "public/contribute/file-conventions/index.html"
[context.deploy-preview]
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && ./hack/flatten-and-resolve.js && npx pagefind@v1.5.0-beta.1"