diff --git a/.storybook/content-search/content-search.js b/.storybook/content-search/content-search.js index 18afba7be95..a0eb93ea520 100644 --- a/.storybook/content-search/content-search.js +++ b/.storybook/content-search/content-search.js @@ -6,6 +6,7 @@ if (container) { try { new PagefindUI({ element: '#pagefind-ui', + bundlePath: new URL('./pagefind/', import.meta.url).pathname, showSubResults: true, showImages: false, showEmptyFilters: false,