Skip to content

Instantly share code, notes, and snippets.

View onimenotsuki's full-sized avatar
🎯
Focusing

Edgar Talledos Robledos onimenotsuki

🎯
Focusing
View GitHub Profile
import React from 'react';
import { useStaticQuery, graphql } from 'gatsby';
import Img from 'gatsby-image';
/*
* This component is built using `gatsby-image` to automatically serve optimized
* images with lazy loading and reduced file sizes. The image is loaded using a
* `useStaticQuery`, which allows us to load the image from directly within this
* component, rather than having to pass the image data down from pages.
*