Skip to content

Commit 0b40f4d

Browse files
Merge pull request #138 from uidotdev/pixel-1
Update gatsby-config.js
2 parents 1ebd091 + 68bd1ff commit 0b40f4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

gatsby-config.js

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ module.exports = {
77
siteUrl: "https://usehooks.com",
88
},
99
plugins: [
10+
{
11+
resolve: `gatsby-plugin-facebook-pixel`,
12+
options: {
13+
pixelId: "186849069509023",
14+
},
15+
},
1016
{
1117
resolve: `gatsby-plugin-manifest`,
1218
options: {

0 commit comments

Comments
 (0)