Skip to content

Tag: gatsby

Can’t import React theme

I am working with Gatsby and have some code in my gatsby-browswer.js file which is importing a theme, but the changes don’t reflect on my webpage. My gatsby-browser file: My theme file: The page is a very simple “Hello World”, but when I check the font and everything else on the webpage, the…

Why can’t Gatsby / Facebook find my og:image

I have a Gatsby app setup. src/ —images/foo.jpg // <— the img i want on my facebook shareable URL (og:image). —images/ // <– note, there are loads of PNG files i’m using that seem to trip/default onto the FB image/share. —assets/ // <— loads of SVGs i’m…