Skip to content

Commit

Permalink
Add plausible custom event tracking setup
Browse files Browse the repository at this point in the history
  • Loading branch information
kasbah committed Jun 25, 2021
1 parent 5348225 commit 345ada3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,13 @@
data-domain="bom-builder.kitspace.org"
src="https://plausible.io/js/plausible.outbound-links.js"
></script>
<script>
window.plausible =
window.plausible ||
function() {
;(window.plausible.q = window.plausible.q || []).push(arguments)
}
</script>
</head>
<body>
<noscript>
Expand Down

0 comments on commit 345ada3

Please sign in to comment.