Skip to content

Commit 9c99228

Browse files
committed
GA
1 parent 05515ed commit 9c99228

File tree

3 files changed

+35
-0
lines changed

3 files changed

+35
-0
lines changed

gatsby-config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,12 @@ module.exports = {
3636
`gatsby-plugin-sharp`,
3737
`gatsby-transformer-sharp`,
3838
"gatsby-plugin-postcss",
39+
{
40+
resolve: "gatsby-plugin-google-gtag",
41+
options: {
42+
trackingIds: ["G-D6ELXGW7L3"],
43+
},
44+
},
3945
{
4046
resolve: "gatsby-plugin-alias-imports",
4147
options: {

package-lock.json

Lines changed: 28 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
"gatsby": "^5.14.6",
2424
"gatsby-plugin-alias-imports": "^1.0.5",
2525
"gatsby-plugin-feed": "^5.14.0",
26+
"gatsby-plugin-google-gtag": "^5.15.0",
2627
"gatsby-plugin-image": "^3.14.0",
2728
"gatsby-plugin-manifest": "^5.14.0",
2829
"gatsby-plugin-postcss": "^6.15.0",

0 commit comments

Comments
 (0)