Skip to content

Commit

Permalink
feat: added and configured Google Tagmanager
Browse files Browse the repository at this point in the history
  • Loading branch information
zstix committed May 29, 2020
1 parent 73fb151 commit 40cf1c8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
7 changes: 7 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,12 @@ module.exports = {
],
},
},
{
resolve: `gatsby-plugin-google-tagmanager`,
options: {
id: 'GTM-W77XWWH',
includeInDevelopment: true,
},
},
],
};
18 changes: 18 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"classnames": "^2.2.6",
"gatsby": "^2.20.25",
"gatsby-image": "^2.3.4",
"gatsby-plugin-google-tagmanager": "^2.3.3",
"gatsby-plugin-manifest": "^2.3.5",
"gatsby-plugin-mdx": "^1.2.11",
"gatsby-plugin-offline": "^3.1.4",
Expand Down

0 comments on commit 40cf1c8

Please sign in to comment.