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", {