Skip to content

Commit

Permalink
chore(nx-dev): enable search click through rate
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacplmann committed Dec 11, 2024
1 parent c9ef2f5 commit f18e60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nx-dev/feature-search/src/lib/algolia-search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ export function AlgoliaSearch({
router.push(itemUrl);
},
}}
insights={true}
hitComponent={Hit}
transformItems={(items) => {
return items.map((item, index) => {
Expand Down

0 comments on commit f18e60a

Please sign in to comment.