track events with matomo
This commit is contained in:
@@ -139,6 +139,8 @@ const IndexPage = ({
|
||||
window.plausible("Shuffle", {
|
||||
props: { currentImage: currentImage?.base },
|
||||
});
|
||||
// eslint-disable-next-line
|
||||
_paq.push(['trackEvent', 'Index', 'Shuffle', currentImage?.base]);
|
||||
} catch (e) {
|
||||
/* do nothing */
|
||||
}
|
||||
|
Reference in New Issue
Block a user