Skip to content

Commit e18c533

Browse files
committed
Add Google Analytics settings to enforce SSL and use XHR beacon (instead of image)
1 parent d4f16ea commit e18c533

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

gatsby-config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ module.exports = {
3131
head: false,
3232
anonymize: true,
3333
respectDNT: true,
34+
forceSSL: true,
35+
transport: "beacon",
3436
},
3537
},
3638
{

0 commit comments

Comments
 (0)