Skip to content

Commit 5221b00

Browse files
committed
gtag updated
1 parent 3304ce9 commit 5221b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/Base.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const { title, description } = Astro.props
4040
ad_personalization: 'denied',
4141
})
4242

43-
gtag('config', 'G-WVR2PT5HNE')
43+
gtag('config', 'G-WVR2PT5HNE', { cookie_flags: 'SameSite=None;Secure' })
4444
</script>
4545
</body>
4646
</html>

0 commit comments

Comments
 (0)