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 aedd77f commit a862fa6Copy full SHA for a862fa6
src/layouts/Layout.astro
@@ -58,14 +58,13 @@ const structuredData = {
58
>
59
<head>
60
<!-- Google tag (gtag.js) -->
61
- <script async src="https://www.googletagmanager.com/gtag/js?id=G-ZXC7NG6S55"></script>
62
- <script>
+ <script is:inline src="https://www.googletagmanager.com/gtag/js?id=G-ZXC7NG6S55"></script>
+ <script is:inline>
63
window.dataLayer = window.dataLayer || [];
64
function gtag() {
65
- dataLayer.push(arguments);
+ window.dataLayer.push(arguments);
66
}
67
gtag("js", new Date());
68
-
69
gtag("config", "G-ZXC7NG6S55");
70
</script>
71
<meta charset="UTF-8" />
0 commit comments