chore(nx-dev): enable search click through rate (#29311)

Enables `insights` on Algolia search component so that click through
rate will be tracked on the search analytics
This commit is contained in:
Isaac Mann 2024-12-11 10:46:11 -05:00 committed by GitHub
parent c9ef2f5d8a
commit 6434ab3da3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -153,6 +153,7 @@ export function AlgoliaSearch({
router.push(itemUrl);
},
}}
insights={true}
hitComponent={Hit}
transformItems={(items) => {
return items.map((item, index) => {