diff --git a/Dockerfile b/Dockerfile index 6604b4b113..963ac44db7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ ARG GO_VERSION=1.23 ARG HTMLTEST_VERSION=0.17.0 ARG HUGO_VERSION=0.139.0 ARG NODE_VERSION=22 -ARG PAGEFIND_VERSION=1.1.1 +ARG PAGEFIND_VERSION=1.3.0 # base defines the generic base stage FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base diff --git a/netlify.toml b/netlify.toml index 131afe4533..fc28775429 100644 --- a/netlify.toml +++ b/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"