Skip to content

Commit

Permalink
231124: GA4 적용
Browse files Browse the repository at this point in the history
🔧 231124: GA4 적용
  • Loading branch information
dangle-j authored Nov 24, 2023
2 parents 477e752 + c9ee24c commit 0c0d4d8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gatsby-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ const config: GatsbyConfig = {
},
"gatsby-plugin-styled-components",
{
resolve: "gatsby-plugin-google-analytics",
resolve: `gatsby-plugin-gtag`,
options: {
trackingId: "UA-86912367-1",
trackingId: `G-MEZ555L9B0`,
},
},
"gatsby-plugin-image",
Expand Down
5 changes: 5 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 @@ -24,6 +24,7 @@
"babel-plugin-styled-components": "^2.0.7",
"gatsby": "^4.13.0",
"gatsby-plugin-google-analytics": "^4.13.0",
"gatsby-plugin-gtag": "^1.0.13",
"gatsby-plugin-image": "^2.13.0",
"gatsby-plugin-manifest": "^4.17.0",
"gatsby-plugin-mdx": "^3.13.0",
Expand Down

0 comments on commit 0c0d4d8

Please sign in to comment.