We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2f5925 commit c34d85bCopy full SHA for c34d85b
src/components/Header/Header.astro
@@ -37,7 +37,7 @@ const section = frontmatter?.section ?? ""
37
<script>
38
window.dataLayer = window.dataLayer || []
39
function gtag(...args) {
40
- window.dataLayer.push(args)
+ window.dataLayer.push(arguments)
41
}
42
gtag("js", new Date())
43
0 commit comments