Merge pull request #21810 from dvdksn/bump-pagefind

deps: bump pagefind to v1.3.0
This commit is contained in:
David Karlsson 2025-01-14 14:18:35 +01:00 committed by GitHub
commit cbc026dfb2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"