We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d7ffb99 + 7539edb commit cbc026dCopy full SHA for cbc026d
Dockerfile
@@ -6,7 +6,7 @@ ARG GO_VERSION=1.23
6
ARG HTMLTEST_VERSION=0.17.0
7
ARG HUGO_VERSION=0.139.0
8
ARG NODE_VERSION=22
9
-ARG PAGEFIND_VERSION=1.1.1
+ARG PAGEFIND_VERSION=1.3.0
10
11
# base defines the generic base stage
12
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base
netlify.toml
@@ -9,4 +9,4 @@ HUGO_ENABLEGITINFO = "true"
HUGO_ENVIRONMENT = "preview"
[context.deploy-preview]
-command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx pagefind@v1.1.1"
+command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx pagefind@v1.3.0"
0 commit comments