Skip to content

Commit

Permalink
Fix pagefind import url
Browse files Browse the repository at this point in the history
  • Loading branch information
captainbrosset committed Dec 20, 2024
1 parent e3fdc72 commit 0d5d862
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/assets/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ addEventListener("DOMContentLoaded", () => {
"focus",
() => {
// Use dynamic import to load /pagefind/pagefind.js
import("/pagefind/pagefind.js").then((pagefind) => {
import("/web-features-explorer/pagefind/pagefind.js").then((pagefind) => {
pagefind.init();

searchInput.addEventListener("input", debounce(async (event) => {
Expand Down

0 comments on commit 0d5d862

Please sign in to comment.