Skip to content

Commit

Permalink
readded clicky tracking (#89)
Browse files Browse the repository at this point in the history
* readded clicky tracking

* fixed clicky pixel

* use https for clicky src
  • Loading branch information
thomasdavis authored May 9, 2024
1 parent facd0e4 commit b9850e1
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions apps/homepage2/pages/_document.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,21 @@ export default class MyDocument extends Document {
<link rel="dns-prefetch" href="//fonts.googleapis.com" />
<link rel="dns-prefetch" href="//cdnjs.cloudflare.com" />
<link rel="dns-prefetch" href="//static.getclicky.com" />
<noscript>
<p>
<Image
alt="Clicky"
width="1"
height="1"
src="https://in.getclicky.com/101412017ns.gif"
/>
</p>
</noscript>
<script
async
data-id="101412017"
src="https://static.getclicky.com/js"
></script>

<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
Expand Down

0 comments on commit b9850e1

Please sign in to comment.