|
@@ -21,6 +21,15 @@
|
|
|
<body>
|
|
|
<div id="root"></div>
|
|
|
<script src="./umi.js?v={{$verison}}"></script>
|
|
|
+ <!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
+ <script async src="https://www.googletagmanager.com/gtag/js?id=G-P1E9Z5LRRK"></script>
|
|
|
+ <script>
|
|
|
+ window.dataLayer = window.dataLayer || [];
|
|
|
+ function gtag(){dataLayer.push(arguments);}
|
|
|
+ gtag('js', new Date());
|
|
|
+
|
|
|
+ gtag('config', 'G-P1E9Z5LRRK');
|
|
|
+ </script>
|
|
|
</body>
|
|
|
|
|
|
</html>
|