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:
parent
c9ef2f5d8a
commit
6434ab3da3
@ -153,6 +153,7 @@ export function AlgoliaSearch({
|
|||||||
router.push(itemUrl);
|
router.push(itemUrl);
|
||||||
},
|
},
|
||||||
}}
|
}}
|
||||||
|
insights={true}
|
||||||
hitComponent={Hit}
|
hitComponent={Hit}
|
||||||
transformItems={(items) => {
|
transformItems={(items) => {
|
||||||
return items.map((item, index) => {
|
return items.map((item, index) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user