chore: debug

This commit is contained in:
Cory Dransfeldt 2023-08-26 14:03:27 -07:00
parent aa73d84b97
commit c5f5e55472
No known key found for this signature in database

View file

@ -35,4 +35,4 @@ meta:
}
</style>
<div id="search" class="search"></div>
<script src="https://coryd.dev/_pagefind/pagefind-ui.js" onload="new PagefindUI({ element: '#search', showImages: false });"></script>
<script src="https://coryd.dev/_pagefind/pagefind-ui.js" onload="new PagefindUI({ element: '#search', showImages: false, processResult: (result) => {console.log(result)} });"></script>