Images imported into VSCode are not showing when portfolio site deployed with Netlify
Solution 1:
Remove public from your path and simply put:
<img src="taxi-715.png" />
By default react will know it's in a public directory.
Remove public from your path and simply put:
<img src="taxi-715.png" />
By default react will know it's in a public directory.