From 32f431c5f411d8a090f84135ef2e6678339c521c Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Sat, 16 May 2020 23:36:11 +0300 Subject: [PATCH] docs: configure google analytics --- docs/gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/gatsby-config.js b/docs/gatsby-config.js index 020daa6a..b479293c 100644 --- a/docs/gatsby-config.js +++ b/docs/gatsby-config.js @@ -87,7 +87,7 @@ module.exports = { { resolve: `gatsby-plugin-google-analytics`, options: { - trackingId: null, // TODO + trackingId: `UA-48413061-13`, siteSpeedSampleRate: 100, }, },