Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
baoyachi authored Jul 16, 2024
1 parent 030948e commit cab9373
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions playground/site/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title><%= htmlWebpackPlugin.options.title %></title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VDMVFRTJJS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-VDMVFRTJJS');
</script>
</head>
<body>
<noscript>
Expand Down

0 comments on commit cab9373

Please sign in to comment.