Google Analytics added
Summary: Google analytics added Reviewed By: emilsjolander Differential Revision: D6998583 fbshipit-source-id: 3886964407ec32454da4770b0fe80185e8e18881
This commit is contained in:
committed by
Facebook Github Bot
parent
79fa6f8d58
commit
89df2d9475
@@ -57,5 +57,13 @@ module.exports = {
|
||||
],
|
||||
},
|
||||
},
|
||||
{
|
||||
resolve: `gatsby-plugin-google-analytics`,
|
||||
options: {
|
||||
trackingId: 'UA-44373548-24',
|
||||
head: false,
|
||||
anonymize: true,
|
||||
},
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user