We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4297e7e commit 9b1cd0fCopy full SHA for 9b1cd0f
index.html
@@ -62,6 +62,21 @@
62
rel="stylesheet"
63
/>
64
65
+ <!-- Google tag (gtag.js) -->
66
+ <script
67
+ async
68
+ src="https://www.googletagmanager.com/gtag/js?id=G-MWB75LY452"
69
+ ></script>
70
+ <script>
71
+ window.dataLayer = window.dataLayer || [];
72
+ function gtag() {
73
+ dataLayer.push(arguments);
74
+ }
75
+ gtag('js', new Date());
76
+
77
+ gtag('config', 'G-MWB75LY452');
78
+ </script>
79
80
<link rel="stylesheet" href="/recrec/global.css" />
81
<script type="module" crossorigin src="/recrec/assets/main-eCywk2c5.js"></script>
82
<link rel="stylesheet" crossorigin href="/recrec/assets/main-C4_KOsGJ.css">
0 commit comments