Google Analytics added

Summary: Google analytics added

Reviewed By: emilsjolander

Differential Revision: D6998583

fbshipit-source-id: 3886964407ec32454da4770b0fe80185e8e18881
This commit is contained in:
Pritesh Nandgaonkar
2018-02-15 06:12:18 -08:00
committed by Facebook Github Bot
parent 79fa6f8d58
commit 89df2d9475
3 changed files with 15 additions and 0 deletions

View File

@@ -57,5 +57,13 @@ module.exports = {
],
},
},
{
resolve: `gatsby-plugin-google-analytics`,
options: {
trackingId: 'UA-44373548-24',
head: false,
anonymize: true,
},
},
],
};