Hello everyone, I know this is not exactly a programming help question but I can’t find a solution anywhere else.
I need to reference a photo on my local machine and use it in my react project.
title: 'Neolithic Rock art',
imageUrl: 'C:\Users\Me\Desktop\Master Folder\CODING\React lesson\Eshop\eshop\src\Pages\Item-Pages\Photos\Neolithic\art.jpg',
Price: '$300',
id: 1,
I can only get an image to work if it has an external url, how do I reference a photo that I have saved in a folder?
Thank you in advance.