Skip to content

Commit

Permalink
add reddit pixel
Browse files Browse the repository at this point in the history
  • Loading branch information
sh-rp committed Aug 23, 2023
1 parent 2f44b1a commit fe2d96e
Show file tree
Hide file tree
Showing 4 changed files with 3,623 additions and 3,431 deletions.
6 changes: 6 additions & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ module.exports = {
trackingIds: ["G-7F1SE12JLR"],
},
},
{
resolve: `gatsby-plugin-reddit-pixel`,
options: {
pixelId: "t2_uamr9xer",
},
},
{
resolve: `gatsby-theme-landing-page`,
options: contentfulConfig,
Expand Down
34 changes: 34 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 @@ -34,6 +34,7 @@
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-gtag": "^5.8.0",
"gatsby-plugin-manifest": "^5.0.0",
"gatsby-plugin-reddit-pixel": "^1.0.1",
"gatsby-source-contentful": "^8.0.0",
"gatsby-theme-landing-page": "1.0.2",
"react": "^18.2.0",
Expand Down
Loading

0 comments on commit fe2d96e

Please sign in to comment.