Skip to content

Commit 333bdbb

Browse files
committed
Replace analytics
1 parent d93edcf commit 333bdbb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

public/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,11 @@
2020
<meta name="twitter:image" content="%PUBLIC_URL%/eof-wtf-og.png" />
2121
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
2222
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
23-
<!-- 100% privacy-first analytics -->
24-
<script async src="https://scripts.simpleanalyticscdn.com/latest.js"></script>
23+
<script
24+
defer
25+
src="https://cloud.umami.is/script.js"
26+
data-website-id="1cd250bf-b40f-4d5d-8d18-545c82eec9b4"
27+
></script>
2528
<title>EOF Parser and Visualizer</title>
2629
</head>
2730
<body>

0 commit comments

Comments
 (0)