From 936fa987cbc77a3fecf57e590ce5f90778ef5f96 Mon Sep 17 00:00:00 2001 From: Sergejs Kozinecs Date: Mon, 14 Nov 2022 21:54:28 +0200 Subject: [PATCH] added google analytics --- gatsby-config.js | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/gatsby-config.js b/gatsby-config.js index e5965a0..bcf9255 100644 --- a/gatsby-config.js +++ b/gatsby-config.js @@ -7,12 +7,12 @@ module.exports = { plugins: [ "gatsby-plugin-sass", "gatsby-plugin-image", - // { - // resolve: "gatsby-plugin-google-analytics", - // options: { - // trackingId: "", - // }, - // }, + { + resolve: "gatsby-plugin-google-analytics", + options: { + trackingId: "G-8M9CZ79T4L", + }, + }, "gatsby-plugin-react-helmet", "gatsby-plugin-sitemap", {