Skip to content

Commit 702f778

Browse files
committed
Drop Google Analytics
1 parent 13bc63b commit 702f778

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

public/index.html

-25
Original file line numberDiff line numberDiff line change
@@ -3,30 +3,6 @@
33
<head>
44
<meta charset="utf-8" />
55
<title>Project Fluent</title>
6-
7-
<!-- Global site tag (gtag.js) - Google Analytics -->
8-
<script
9-
async
10-
src="https://www.googletagmanager.com/gtag/js?id=UA-77033033-23"
11-
></script>
12-
<script>
13-
var doNotTrack =
14-
navigator.doNotTrack === "1" || // Modern browsers
15-
navigator.doNotTrack === "yes" || // Firefox < 32
16-
window.doNotTrack === "1" || // IE11
17-
navigator.msDoNotTrack === "1"; // IE9, IE10
18-
if (!doNotTrack) {
19-
window.dataLayer = window.dataLayer || [];
20-
function gtag() {
21-
dataLayer.push(arguments);
22-
}
23-
gtag("js", new Date());
24-
gtag("config", "UA-77033033-23", {
25-
anonymize_ip: true,
26-
});
27-
}
28-
</script>
29-
306
<meta name="viewport" content="width=device-width, initial-scale=1" />
317
<link rel="shortcut icon" href="./favicon.ico" />
328
<link rel="stylesheet" href="./fluent.css" />
@@ -35,7 +11,6 @@
3511
href="https://fonts.googleapis.com/css?family=Sarina"
3612
rel="stylesheet"
3713
/>
38-
3914
<script type="module" src="../src/index.js"></script>
4015
</head>
4116
<body>

0 commit comments

Comments
 (0)