If you are using vite+react put your static assets in Public folder ,not in src .
for example : "/images/image1.jpg" in public folder should work with <img src={'/images/image1.jpg'}/>