diff --git a/_plugins/pagefind.rb b/_plugins/pagefind.rb index 1f0273a..e667f1f 100644 --- a/_plugins/pagefind.rb +++ b/_plugins/pagefind.rb @@ -1,3 +1,3 @@ Jekyll::Hooks.register :site, :post_write do |page| - system("npx -y pagefind@1.1.1 --site _site", exception: true) + system("npx -y pagefind@1.2.0 --site _site", exception: true) end