added google analytics
This commit is contained in:
parent
7b5b950365
commit
936fa987cb
1 changed files with 6 additions and 6 deletions
|
|
@ -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",
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue