fix: pagefind
This commit is contained in:
parent
4e6a7f2025
commit
bbe9bb2d52
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ permalink: /search.html
|
||||||
</style>
|
</style>
|
||||||
<div id="search" class="search"></div>
|
<div id="search" class="search"></div>
|
||||||
<script
|
<script
|
||||||
src="https://coryd.dev/_pagefind/pagefind-ui.js"
|
src="https://coryd.dev/pagefind/pagefind-ui.js"
|
||||||
onload="new PagefindUI({ element: '#search', showImages: false, processTerm: (term) => {
|
onload="new PagefindUI({ element: '#search', showImages: false, processTerm: (term) => {
|
||||||
try{
|
try{
|
||||||
plausible('/Search', {props: {method: 'Text', term}});
|
plausible('/Search', {props: {method: 'Text', term}});
|
||||||
|
|
Reference in a new issue