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

Commit

Permalink
fix: 🐛 fix embed images size from 100 to 1050
Browse files Browse the repository at this point in the history
  • Loading branch information
filipowm committed Jul 3, 2020
1 parent bd36713 commit 9ad41c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gatsby-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ const plugins = [
{
resolve: 'gatsby-remark-images',
options: {
maxWidth: 100,
maxWidth: 1050,
quality: 75,
showCaptions: true,
disableBgImageOnAlpha: true,
Expand Down

0 comments on commit 9ad41c6

Please sign in to comment.