Skip to content

Commit c763dbd

Browse files
fix: increase quality of generated seo image
1 parent eaa6ed6 commit c763dbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/seo.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ function SEO({
2525
}
2626
image: file(relativePath: { eq: "social-media-image.jpg" }) {
2727
childImageSharp {
28-
resize(width: 1200) {
28+
resize(width: 1200, quality: 100) {
2929
src
3030
height
3131
width

0 commit comments

Comments
 (0)