Skip to content

Commit

Permalink
Fixed GA block formatting to match linter preferences (even though we…
Browse files Browse the repository at this point in the history
… arent using prettier here yet).
  • Loading branch information
taoteg committed Oct 13, 2023
1 parent 37e6769 commit 6f5c875
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@
<script async src="https://www.googletagmanager.com/gtag/js?id=G-W6CVKDF219"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
function gtag(){
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-W6CVKDF219');
</script>
Expand Down

0 comments on commit 6f5c875

Please sign in to comment.