feat: swap out analytics
This commit is contained in:
parent
a4fc73d653
commit
a9f474aa9d
15 changed files with 51 additions and 67 deletions
|
@ -29,7 +29,6 @@
|
|||
const query = $input.value
|
||||
const results = (query.length > 1) ? getSearchResults(query) : []
|
||||
if (query === '') renderSearchResults([])
|
||||
if (results && plausible) plausible(`Search query: ${query}`)
|
||||
renderSearchResults(results)
|
||||
})
|
||||
|
||||
|
|
Reference in a new issue