Guidance on how to handle .json with many objects which contain .svg images

#general

I have a "jobs.json" file which holds many 'job posting' objects which will be imported into my index.js and then looped thru, in order to ultimately have their information be added to the html via template literals.

My issue is that each object includes, as its "image" property, an .svg image.

What would be the correct way of setting up these .svg images inside the objects in my jobs.json, to ensure that I can successfully import and access them from my index.js?
Screen_Shot_2023-03-24_at_9.54.00_PM.png
Was this page helpful?