|
@@ -17,13 +17,11 @@
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YN75PBGW9R"></script>
|
|
|
<script>
|
|
|
- if (process.env.NODE_ENV === `production`) {
|
|
|
window.dataLayer = window.dataLayer || [];
|
|
|
function gtag(){dataLayer.push(arguments);}
|
|
|
gtag('js', new Date());
|
|
|
|
|
|
gtag('config', 'G-YN75PBGW9R');
|
|
|
- }
|
|
|
</script>
|
|
|
</body>
|
|
|
</html>
|