From c27d5ba0137ca95699808ff3fa9d028f470b294c Mon Sep 17 00:00:00 2001 From: wpioneer Date: Mon, 12 Feb 2018 12:24:39 +0300 Subject: [PATCH] Add trackingId --- gatsby-config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gatsby-config.js b/gatsby-config.js index d504dce..667ff76 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -117,7 +117,7 @@ module.exports = { 'gatsby-plugin-sharp', { resolve: 'gatsby-plugin-google-analytics', - options: { trackingId: '' } + options: { trackingId: 'UA-73379983-2' } }, { resolve: `gatsby-plugin-google-fonts`,