Skip to content
This repository has been archived by the owner on Jul 16, 2023. It is now read-only.

Commit

Permalink
fix: 🐛 fix instagram, twitter and pinterest embeds
Browse files Browse the repository at this point in the history
  • Loading branch information
filipowm committed Jul 3, 2020
1 parent 269c870 commit 65f1ed1
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 2 deletions.
5 changes: 4 additions & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,16 @@ configManager.generate(__dirname + '/.generated.config.js', config);

const plugins = [
'gatsby-plugin-sitemap',
'gatsby-plugin-instagram-embed',
'gatsby-plugin-pinterest',
'gatsby-plugin-twitter',
'gatsby-plugin-sharp',
{
resolve: 'gatsby-plugin-sass',
options: {
importer: globImporter(),
},
},
'gatsby-plugin-sharp',
{
resolve: `gatsby-plugin-layout`,
options: {
Expand Down
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,18 +35,21 @@
"gatsby-plugin-emotion": "4.3.4",
"gatsby-plugin-feed": "2.5.5",
"gatsby-plugin-gtag": "1.0.13",
"gatsby-plugin-instagram-embed": "^2.0.1",
"gatsby-plugin-layout": "1.3.4",
"gatsby-plugin-manifest": "2.4.11",
"gatsby-plugin-mdx": "1.2.15",
"gatsby-plugin-offline": "3.2.10",
"gatsby-plugin-page-progress": "2.1.0",
"gatsby-plugin-pinterest": "^3.0.0",
"gatsby-plugin-react-helmet": "3.3.4",
"gatsby-plugin-react-svg": "3.0.0",
"gatsby-plugin-remove-serviceworker": "1.0.0",
"gatsby-plugin-root-import": "2.0.5",
"gatsby-plugin-sass": "2.3.4",
"gatsby-plugin-sharp": "2.6.11",
"gatsby-plugin-sitemap": "2.4.5",
"gatsby-plugin-twitter": "^2.3.9",
"gatsby-remark-copy-linked-files": "2.3.5",
"gatsby-remark-embed-snippet": "4.3.5",
"gatsby-remark-embedder": "2.1.1",
Expand Down Expand Up @@ -102,4 +105,4 @@
"prettier": "2.0.5",
"prism-react-renderer": "1.1.1"
}
}
}
26 changes: 26 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1114,6 +1114,13 @@
dependencies:
regenerator-runtime "^0.13.4"

"@babel/runtime@^7.10.3", "@babel/runtime@^7.8.7":
version "7.10.4"
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.10.4.tgz#a6724f1a6b8d2f6ea5236dbfe58c7d7ea9c5eb99"
integrity sha512-UpTN5yUJr9b4EX2CnGNWIvER7Ab83ibv0pcvvHc4UOdrBI5jb8bj+32cCwPX6xu0mt2daFNjYhoi+X7beH0RSw==
dependencies:
regenerator-runtime "^0.13.4"

"@babel/standalone@^7.10.2":
version "7.10.2"
resolved "https://registry.yarnpkg.com/@babel/standalone/-/standalone-7.10.2.tgz#49dbbadcbc4b199df064d7d8b3e21c915b84abdb"
Expand Down Expand Up @@ -7620,6 +7627,11 @@ gatsby-plugin-gtag@1.0.13:
resolved "https://registry.yarnpkg.com/gatsby-plugin-gtag/-/gatsby-plugin-gtag-1.0.13.tgz#ffa08a728ba1cfe33090e52764d014a025a5d35a"
integrity sha512-Oul6O67klajrEjkkF1diD228SmyUWsAwTq/1tYq41vBwmyNiPk4dhk8K93rrNQ5d5zesSv+awBeGBa503tQqGw==

gatsby-plugin-instagram-embed@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/gatsby-plugin-instagram-embed/-/gatsby-plugin-instagram-embed-2.0.1.tgz#bb619961783631cd9216f4baccab30280d78e8f5"
integrity sha512-CdzezDgYz73dLArWEs/eZtIZEMgytBtHqNDYfFSSOn9SM5aQvhsJGwNNg54zlPlOrDqVLc7a4DEDJWFIWk496A==

gatsby-plugin-layout@1.3.4:
version "1.3.4"
resolved "https://registry.yarnpkg.com/gatsby-plugin-layout/-/gatsby-plugin-layout-1.3.4.tgz#aac99f2d9cbb7a33590afe49158a91bbcd40311d"
Expand Down Expand Up @@ -7709,6 +7721,13 @@ gatsby-plugin-page-progress@2.1.0:
resolved "https://registry.yarnpkg.com/gatsby-plugin-page-progress/-/gatsby-plugin-page-progress-2.1.0.tgz#9c0036309b7843fd4ca26c86611aafd69f6279e2"
integrity sha512-mepkiRQykQ8AFizV5/cHy6l84qhzeLLkB3h7/Om2TjkgR4XXCq1kjW1eCVYy+R8D0ZyeQ7Y+AlvjgYjuTtXmcw==

gatsby-plugin-pinterest@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/gatsby-plugin-pinterest/-/gatsby-plugin-pinterest-3.0.0.tgz#46bb713fa2dd3d56a59f40306e4a89446ad52b3e"
integrity sha512-Wfrvtk3R90VW5/USMdFn+BnDE9V9mzZjuenZIFb8Uhp56Z7Z8uVtLwLzyi2mvytkDQCx/8MMzgJuF3O1cCCe6w==
dependencies:
"@babel/runtime" "^7.8.7"

gatsby-plugin-react-helmet@3.3.4:
version "3.3.4"
resolved "https://registry.yarnpkg.com/gatsby-plugin-react-helmet/-/gatsby-plugin-react-helmet-3.3.4.tgz#d41decbf4981e580b1006498ce773896f4a9a460"
Expand Down Expand Up @@ -7783,6 +7802,13 @@ gatsby-plugin-sitemap@2.4.5:
pify "^3.0.0"
sitemap "^1.13.0"

gatsby-plugin-twitter@^2.3.9:
version "2.3.9"
resolved "https://registry.yarnpkg.com/gatsby-plugin-twitter/-/gatsby-plugin-twitter-2.3.9.tgz#24b8912d04c1676f6bb1edeb7b6217a7f35624f7"
integrity sha512-vJRkLzQgOdVocSp/+w6diUp4+sjA+NAsf1LNtPY7P3rzNpeaYxd6TcdQxpX4cDBX9eiK00zCzYR+/hOKaQLEHw==
dependencies:
"@babel/runtime" "^7.10.3"

gatsby-plugin-typescript@^2.4.6:
version "2.4.6"
resolved "https://registry.yarnpkg.com/gatsby-plugin-typescript/-/gatsby-plugin-typescript-2.4.6.tgz#8c1c53510678978303ce9cd489e69f6696409bd8"
Expand Down

0 comments on commit 65f1ed1

Please sign in to comment.