Skip to content

Commit 33344f3

Browse files
committed
test:cloudflare
1 parent 5c549d3 commit 33344f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FEYV3C3QK5"></script>
1111
<script>
1212
window.dataLayer = window.dataLayer || [];
13-
function gtag() {dataLayer.push(arguments);}
13+
function gtag() { dataLayer.push(arguments); }
1414
gtag('js', new Date());
1515

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

26-
</html>
26+
</html>

0 commit comments

Comments
 (0)