We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaa6ed6 commit c763dbdCopy full SHA for c763dbd
src/components/seo.tsx
@@ -25,7 +25,7 @@ function SEO({
25
}
26
image: file(relativePath: { eq: "social-media-image.jpg" }) {
27
childImageSharp {
28
- resize(width: 1200) {
+ resize(width: 1200, quality: 100) {
29
src
30
height
31
width
0 commit comments