Add plausible tracking to wallpaper download events
This commit is contained in:
parent
c0c8d66b2c
commit
cdbf2bfc56
@ -162,6 +162,13 @@ const GalleryImage = ({ data, pageContext }) => {
|
|||||||
className="inline-block bg-muted-light text-vibrant-dark underline font-serif p-1 my-1 rounded"
|
className="inline-block bg-muted-light text-vibrant-dark underline font-serif p-1 my-1 rounded"
|
||||||
download
|
download
|
||||||
href={image.publicURL}
|
href={image.publicURL}
|
||||||
|
onClick={() => {
|
||||||
|
try {
|
||||||
|
window.plausible("Download Wallpaper", { props: { image: image.base } });
|
||||||
|
} catch {
|
||||||
|
// do nothing
|
||||||
|
}
|
||||||
|
}}
|
||||||
>
|
>
|
||||||
Download wallpaper
|
Download wallpaper
|
||||||
</a>
|
</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user