Skip to content

Commit

Permalink
fix keywords tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
TixieSalander committed Mar 27, 2023
1 parent a40f8da commit 2dbc68a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_includes/search.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ class PluginSearch {

feedbackSearch () {
if (window.umami) {
window.umami.trackEvent('Search', { entry: this.searchEntry });
window.umami.trackEvent('Search', { "type": "search", "entry": this.searchEntry });
}
}

Expand Down

0 comments on commit 2dbc68a

Please sign in to comment.