We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f580fb commit 096e307Copy full SHA for 096e307
frontend/src/index.html
@@ -25,22 +25,6 @@
25
26
loadEnvironment();
27
</script>
28
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-FY2FWHFD8F"></script>
29
- <script defer>
30
- if (typeof window !== 'undefined') {
31
- if (window.env?.production && location.href.includes('openmina.com')) {
32
- window.dataLayer = window.dataLayer || [];
33
-
34
- function gtag() {
35
- dataLayer.push(arguments);
36
- }
37
38
- gtag('js', new Date());
39
40
- gtag('config', 'G-FY2FWHFD8F');
41
42
43
- </script>
44
45
<meta charset="utf-8">
46
<title>Open Mina</title>
0 commit comments