Next.js Discord

Discord Forum

images not correctly displaying

Answered
Harlequin posted this in #help-forum
Open in Discord
HarlequinOP
here are some pictures
Answered by Sun bear
src={`/img/${data.img}`}
View full answer

7 Replies

HarlequinOP
Sun bear
if you are storing images inside the public folder remove the "."
Sun bear
src={`/img/${data.img}`}
Answer
Also its important to know if your are self hosting or hosting through vercel
@Sun bear tsx src={`/img/${data.img}`}
HarlequinOP
i fixed the problem by putting all images in the public folder