Skip to content

Instantly share code, notes, and snippets.

View simonsisay's full-sized avatar
🏠
Working from home

Simon Sisay simonsisay

🏠
Working from home
View GitHub Profile
import React from "react";
import Image from "gatsby-image/withIEPolyfill";
import { StaticQuery, graphql } from "gatsby";
const GatsbyImage = ({filename, style, alt}) => {
return (
<StaticQuery
query={graphql`
query {
allImageSharp {