Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
fix: maximizing image width to 710px
Browse files Browse the repository at this point in the history
  • Loading branch information
haysclark committed Jan 10, 2018
1 parent ab4a571 commit aca1a8f
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 @@ -41,7 +41,7 @@ module.exports = {
{
resolve: "gatsby-remark-images",
options: {
maxWidth: 690
maxWidth: 710
}
},
{
Expand Down

0 comments on commit aca1a8f

Please sign in to comment.