Skip to content

Commit

Permalink
test:cloudflare
Browse files Browse the repository at this point in the history
  • Loading branch information
xiangnanscu committed Oct 11, 2024
1 parent 5c549d3 commit 33344f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FEYV3C3QK5"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {dataLayer.push(arguments);}
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());

gtag('config', 'G-FEYV3C3QK5');
Expand All @@ -20,7 +20,7 @@
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<!-- Cloudflare Web Analytics --><script defer src='https://static.cloudflareinsights.com/beacon.min.js' data-cf-beacon='{"token": "2595614415824c6c86cb58b36566cd3d"}'></script><!-- End Cloudflare Web Analytics -->

</body>

</html>
</html>

0 comments on commit 33344f3

Please sign in to comment.