1
0
Fork 0

Remove preview images

Relative URLs appear to be broken and would require adding a manual patch step using pagefind's facility for that
This commit is contained in:
Tim Van Baak 2023-09-28 09:05:42 -07:00
parent 4bf6252ed1
commit cf99106e30
1 changed files with 1 additions and 1 deletions

View File

@ -9,6 +9,6 @@ Search results generated by [Pagefind](https://pagefind.app/).
<div id="search"></div>
<script>
window.addEventListener('DOMContentLoaded', (event) => {
new PagefindUI({ element: "#search", showSubResults: true });
new PagefindUI({ element: "#search", showSubResults: true, showImages: false });
});
</script>