From 62ca82da43f10c50fc8e820b80d19f2a08d7020b Mon Sep 17 00:00:00 2001 From: Splitter Date: Sat, 17 Feb 2024 22:10:26 +0000 Subject: [PATCH] starters: port docs template --- netlify.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/netlify.toml b/netlify.toml index e35a1fc..5a06ecd 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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]