stereobooster / react-snap

👻 Zero-configuration framework-agnostic static prerendering for SPAs
MIT License
5.04k stars 391 forks source link

React-Snap not showing images #475

Open Sean-93 opened 4 years ago

Sean-93 commented 4 years ago

I'm having issues with react-snap not rendering some of my photos. Anyone else have this issue?

Sean-93 commented 4 years ago

I was able to fix this by going into the build and manually adding a "." into every linked image so that instead of ./assets/image.png, it links as ../assets/image.png.

sahilparikh98 commented 4 years ago

This worked for me as well. Thanks! For clarification, I changed the image path wherever it was being used in my src/ folder.