Skip to content

Commit

Permalink
disable gatsby-remark-images-contentful
Browse files Browse the repository at this point in the history
  • Loading branch information
dowdiness committed Mar 3, 2021
1 parent 8a31a33 commit a906f0b
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -95,18 +95,18 @@ module.exports = {
autoplay: false
}
},
{
resolve: `gatsby-remark-images-contentful`,
options: {
// max-w-3xlのwidthと同じサイズ
maxWidth: 768,
linkImagesToOriginal: false,
backgroundColor: "transparent",
withWebp: true,
showCaptions: true,
wrapperStyle: `white-space: normal; text-align: center;`,
},
},
// {
// resolve: `gatsby-remark-images-contentful`,
// options: {
// // max-w-3xlのwidthと同じサイズ
// maxWidth: 768,
// linkImagesToOriginal: false,
// backgroundColor: "transparent",
// withWebp: true,
// showCaptions: true,
// wrapperStyle: `white-space: normal; text-align: center;`,
// },
// },
{
resolve: `gatsby-remark-images-medium-zoom`,
options: {
Expand Down

0 comments on commit a906f0b

Please sign in to comment.