Skip to content

Commit da3a514

Browse files
committed
convert png to jpg
1 parent 4bb9b69 commit da3a514

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed
786 KB
Loading
-856 KB
Binary file not shown.

src/pages/developers/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -580,10 +580,10 @@ export const query = graphql`
580580
)
581581
}
582582
}
583-
heroImage: file(relativePath: { eq: "heroes/developers-hub-hero.png" }) {
583+
heroImage: file(relativePath: { eq: "heroes/developers-hub-hero.jpg" }) {
584584
childImageSharp {
585585
gatsbyImageData(
586-
width: 1504
586+
width: 2303
587587
layout: CONSTRAINED
588588
placeholder: BLURRED
589589
quality: 100

0 commit comments

Comments
 (0)