@ChrisKlpSubmitted about 4 years ago
It's my first React App. I had a problem with image src path taken from JSON. I resolved this with converting data.json to js and importing all images but in the end, I don't know how to use image path. I try with require(image/path)
but it didn't work. I saw in other solution something like svgs.find
and spliting a path but it related with graphQL and Gatsby. Any feedback will be appreacited.