docs: configure google analytics

This commit is contained in:
Denis Isaev 2020-05-16 23:36:11 +03:00
parent e3227ec340
commit 32f431c5f4

View File

@ -87,7 +87,7 @@ module.exports = {
{ {
resolve: `gatsby-plugin-google-analytics`, resolve: `gatsby-plugin-google-analytics`,
options: { options: {
trackingId: null, // TODO trackingId: `UA-48413061-13`,
siteSpeedSampleRate: 100, siteSpeedSampleRate: 100,
}, },
}, },