index:: google analytics tag removed

This commit is contained in:
mertJF
2020-12-29 22:21:18 +03:00
parent a543ec91a1
commit 4b29cf0fa6

View File

@@ -39,14 +39,5 @@
To begin the development, run `npm start` or `yarn start`. To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`. To create a production bundle, use `npm run build` or `yarn build`.
--> -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-166647834-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-166647834-1');
</script>
</body> </body>
</html> </html>