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

Commit

Permalink
feat(Gatsby): change img background color to light gray
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed Oct 7, 2018
1 parent a40a3cb commit 51a4002
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 @@ -131,7 +131,7 @@ module.exports = {
resolve: `gatsby-remark-images-with-ratio`,
options: {
maxWidth: 800,
backgroundColor: `#fff`,
backgroundColor: `#eae9e9`,
linkImagesToOriginal: false,
showCaptions: true,
addAspectRatio: true,
Expand Down

0 comments on commit 51a4002

Please sign in to comment.