improve image quality
This commit is contained in:
parent
2b86406fde
commit
84b43d1f40
@ -17,7 +17,14 @@ module.exports = {
|
||||
},
|
||||
},
|
||||
"gatsby-plugin-mdx",
|
||||
"gatsby-plugin-sharp",
|
||||
{
|
||||
resolve: `gatsby-plugin-sharp`,
|
||||
options: {
|
||||
defaults: {
|
||||
quality: 75
|
||||
}
|
||||
}
|
||||
},
|
||||
"gatsby-transformer-sharp",
|
||||
"gatsby-plugin-postcss",
|
||||
{
|
||||
|
@ -243,6 +243,7 @@ export const query = graphql`
|
||||
placeholder: DOMINANT_COLOR
|
||||
# placeholder: TRACED_SVG
|
||||
height: 2160
|
||||
quality: 90
|
||||
)
|
||||
}
|
||||
fields {
|
||||
|
Loading…
x
Reference in New Issue
Block a user