Skip to content

Commit

Permalink
feat(web): add non-invasive privacy-friendly analytics to web app (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
timkurvers authored Jan 21, 2024
1 parent f4ce43e commit 8947a2b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/spelunker-web/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@
<link href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.0/normalize.min.css" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet" />
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro&display=swap" rel="stylesheet" />

<script defer data-domain="spelunkerdb.com" src="https://plausible.io/js/script.js"></script>
</head>
<body>
<noscript>
Expand Down

0 comments on commit 8947a2b

Please sign in to comment.