I have a next js project and my code has nothing with GET http://localhost:3000/highLightTitle.png inside project but my project still gives an error about this issue this is error
inside content.js:199g)
has nothing with GET http://localhost:3000/highLightTitle.png inside project but my project still gives an error about this issue
2
Answers
please check the path for the image, looks like you have not placed the image in public folder.
You want to keep your images in
/public
folder. lets sayIn order to use those images