Skip to content

Commit cbc026d

Browse files
authored
Merge pull request #21810 from dvdksn/bump-pagefind
deps: bump pagefind to v1.3.0
2 parents d7ffb99 + 7539edb commit cbc026d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ARG GO_VERSION=1.23
66
ARG HTMLTEST_VERSION=0.17.0
77
ARG HUGO_VERSION=0.139.0
88
ARG NODE_VERSION=22
9-
ARG PAGEFIND_VERSION=1.1.1
9+
ARG PAGEFIND_VERSION=1.3.0
1010

1111
# base defines the generic base stage
1212
FROM golang:${GO_VERSION}-alpine${ALPINE_VERSION} AS base

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ HUGO_ENABLEGITINFO = "true"
99
HUGO_ENVIRONMENT = "preview"
1010

1111
[context.deploy-preview]
12-
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx pagefind@v1.1.1"
12+
command = "hugo --gc --minify -b $DEPLOY_PRIME_URL && npx pagefind@v1.3.0"

0 commit comments

Comments
 (0)