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 d642d69 commit a6a12a9Copy full SHA for a6a12a9
1 file changed
index.html
@@ -12,6 +12,14 @@
12
name="keywords">
13
<meta content="Miguel Martínez" name="author">
14
<meta content="index, follow" name="robots">
15
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-MM16SMDYR9"></script>
16
+ <script>
17
+ window.dataLayer = window.dataLayer || [];
18
+ function gtag(){dataLayer.push(arguments);}
19
+ gtag('js', new Date());
20
+
21
+ gtag('config', 'G-MM16SMDYR9');
22
+ </script>
23
</head>
24
<body>
25
<div id="app"></div>
0 commit comments