Skip to content

Commit

Permalink
Merge branch 'refs/heads/main' into prod
Browse files Browse the repository at this point in the history
  • Loading branch information
Jazee6 committed Jul 30, 2024
2 parents 7eb5ce8 + d33e5f7 commit 8ee7a09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Search.astro
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
searchInput.addEventListener("input", async e => {
if (e.target.dataset.loaded !== 'true') {
e.target.dataset.loaded = 'true'
window.pagefind = await import("/dist/pagefind/pagefind.js");
window.pagefind = await import("/pagefind/pagefind.js");
pagefind.init()
}

Expand Down

0 comments on commit 8ee7a09

Please sign in to comment.