Skip to content

Commit

Permalink
chore(analytics): add fathom (#462)
Browse files Browse the repository at this point in the history
  • Loading branch information
subotic committed Jun 15, 2021
1 parent ac99fbc commit f1e0244
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/index.html
Expand Up @@ -8,6 +8,16 @@

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="./favicon.ico">

<!-- Fathom - beautiful, simple website analytics -->
<script
src="https://cdn.usefathom.com/script.js"
data-spa="auto"
data-site="IMXRBKAX"
data-include-domains="admin.dasch.swiss"
defer>
</script>
<!-- / Fathom -->

</head>

Expand Down

0 comments on commit f1e0244

Please sign in to comment.