Skip to content

Commit f7ede57

Browse files
committed
Install gatsby-plugin-linkedin-insight
1 parent dc7ba93 commit f7ede57

File tree

3 files changed

+36
-8
lines changed

3 files changed

+36
-8
lines changed

gatsby-config.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,13 @@ const plugins = [
148148
excludes: ['/get-started/welcome', '/docs/get-started/welcome'],
149149
},
150150
},
151+
{
152+
resolve: `@tmttn/gatsby-plugin-linkedin-insight`,
153+
options: {
154+
partnerId: '4981058',
155+
includeInDevelopment: false,
156+
},
157+
},
151158
];
152159

153160
if (

package-lock.json

Lines changed: 28 additions & 8 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
@@ -36,6 +36,7 @@
3636
"@mdx-js/mdx": "^1.6.22",
3737
"@mdx-js/react": "^1.6.22",
3838
"@sentry/gatsby": "^7.21.1",
39+
"@tmttn/gatsby-plugin-linkedin-insight": "^5.2.0",
3940
"algoliasearch": "^4.14.2",
4041
"classnames": "^2.3.2",
4142
"date-fns": "^2.29.3",

0 commit comments

Comments
 (0)