Skip to content

Commit

Permalink
starters: port docs template
Browse files Browse the repository at this point in the history
  • Loading branch information
Splitter committed Feb 17, 2024
1 parent fdaf50c commit 62ca82d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
[build]
command = "hugo --gc --minify -b $URL"
command = "hugo --gc --minify -b $URL && npx pagefind --source 'public'"
publish = "public"

[build.environment]
HUGO_VERSION = "0.119.0"
HUGO_VERSION = "0.122.0"
HUGO_ENABLEGITINFO = "true"

[context.production.environment]
Expand Down

0 comments on commit 62ca82d

Please sign in to comment.