We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 620e846 commit 0e3aa3bCopy full SHA for 0e3aa3b
frontend/public/index.html
@@ -75,16 +75,17 @@
75
To begin the development, run `npm start` or `yarn start`.
76
To create a production bundle, use `npm run build` or `yarn build`.
77
-->
78
+
79
<!--
- Google Tag (gtag.js)
80
+ Google Tag (gtag.js) - initiatlised in index.tsx
81
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-XEN77GP035"></script>
82
+ <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=G-XEN77GP035"></script>
83
<script>
84
window.dataLayer = window.dataLayer || [];
85
function gtag(){dataLayer.push(arguments);}
86
gtag('js', new Date());
87
88
gtag('config', 'G-XEN77GP035');
- </script>
89
+ </script> -->
90
</body>
91
</html>
0 commit comments