We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdaf50c commit 62ca82dCopy full SHA for 62ca82d
netlify.toml
@@ -1,9 +1,9 @@
1
[build]
2
- command = "hugo --gc --minify -b $URL"
+ command = "hugo --gc --minify -b $URL && npx pagefind --source 'public'"
3
publish = "public"
4
5
[build.environment]
6
- HUGO_VERSION = "0.119.0"
+ HUGO_VERSION = "0.122.0"
7
HUGO_ENABLEGITINFO = "true"
8
9
[context.production.environment]
0 commit comments