Skip to content

Commit

Permalink
Merge pull request #18 from sudaraka94/fix-mdx-images
Browse files Browse the repository at this point in the history
Adjust image max width
  • Loading branch information
sudaraka94 authored Apr 28, 2024
2 parents 3a09893 + e841c7d commit 4d73044
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 @@ -204,7 +204,7 @@ module.exports = ({
{
resolve: `gatsby-remark-images`,
options: {
maxWidth: 10000,
maxWidth: 800,
linkImagesToOriginal: false,
quality: 80,
withWebp: true,
Expand Down

0 comments on commit 4d73044

Please sign in to comment.