Skip to content

Commit

Permalink
trying to fix ga for iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
sehilyi authored Dec 5, 2024
1 parent bf9da16 commit ca9eee8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
}
gtag('js', new Date());

gtag('config', 'G-J9K66SBQTM', { cookie_flags: 'SameSite=None;Secure' });
gtag('config', 'G-J9K66SBQTM', { cookie_flags: 'samesite=none;secure' });
</script>
<meta charset="UTF-8" />
<link rel="icon" type="image/x+icon" href="/src/favicon.ico" />
Expand Down

0 comments on commit ca9eee8

Please sign in to comment.