Skip to content

Commit 68bd1ff

Browse files
Update gatsby-config.js
1 parent 34741ea commit 68bd1ff

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)