Skip to content

Commit

Permalink
member images
Browse files Browse the repository at this point in the history
  • Loading branch information
charisgao committed Oct 24, 2023
1 parent c04d028 commit fa78dec
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/templates/members/Member.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@ export const pageQuery = graphql`
linkedin
hometown
photo
localImage {
childImageSharp {
fluid(maxWidth: 612) {
...GatsbyImageSharpFluid
}
}
}
roles
name
major
Expand Down

0 comments on commit fa78dec

Please sign in to comment.