diff --git a/src/vue/Corner.vue b/src/vue/Corner.vue index 5eda760..43445dd 100644 --- a/src/vue/Corner.vue +++ b/src/vue/Corner.vue @@ -32,6 +32,19 @@ this.cid = uuidv1(); localStorage.setItem('cid', this.cid); } + // Fathom - simple website analytics - https://github.com/usefathom/fathom + (function (f, a, t, h, o, m) { + a[h] = a[h] || function () { + (a[h].q = a[h].q || []).push(arguments) + }; + o = f.createElement('script'); + m = f.getElementsByTagName('script')[0]; + o.async = 1; + o.src = t; + o.id = 'fathom-script'; + m.parentNode.insertBefore(o, m) + })(document, window, 'https://stats.vanity-eth.tk/tracker.js', 'fathom'); + fathom('trackPageview'); } }