chore: debug
This commit is contained in:
parent
c5f5e55472
commit
e4527c58e8
1 changed files with 1 additions and 1 deletions
|
@ -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, processResult: (result) => {console.log(result)} });"></script>
|
||||
<script src="https://coryd.dev/_pagefind/pagefind-ui.js" onload="new PagefindUI({ element: '#search', showImages: false, processTerm: (term) => {console.log(term)} });"></script>
|
Reference in a new issue