Skip to content

Commit

Permalink
feat: add twitter plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
kitos committed Aug 18, 2019
1 parent ed22a85 commit dadb526
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 0 deletions.
1 change: 1 addition & 0 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ module.exports = {
'gatsby-plugin-sitemap',
'gatsby-plugin-styled-components',
'gatsby-plugin-netlify-cms',
'gatsby-plugin-twitter',
rssPlugin,
{
resolve: 'gatsby-plugin-layout',
Expand Down
9 changes: 9 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 @@ -66,6 +66,7 @@
},
"devDependencies": {
"babel-plugin-styled-components": "^1.10.0",
"gatsby-plugin-twitter": "^2.1.2",
"gatsby-remark-embedded-codesandbox": "^1.2.0",
"gatsby-remark-images": "^3.1.8",
"gatsby-remark-prismjs": "^3.3.5",
Expand Down

0 comments on commit dadb526

Please sign in to comment.