Images processed through a GatsbyImage component don't seem to load correctly if you refresh a page that contains them. They load an extremely low-res/blurry version that never switches to a high resolution.
If you visit a different page first, and then click onto a page containing GatsbyImage components, they load fine.
Reproduce:
- Visit thelemonpress.yordevs.com
- Observe the images are blurry and don't load high-res versions.
- Click on the About link in the navbar.
- Click on the Lemon Press logo in the top left to return to the homepage.
- Images now load properly.
- Refresh the page.
- Images load blurred again.

Images processed through a
GatsbyImagecomponent don't seem to load correctly if you refresh a page that contains them. They load an extremely low-res/blurry version that never switches to a high resolution.If you visit a different page first, and then click onto a page containing
GatsbyImagecomponents, they load fine.Reproduce: