Next.js Discord

Discord Forum

Module Not Found For Images

Answered
Beveren posted this in #help-forum
Open in Discord
BeverenOP
My images is under public folder, how to fix this?
Answered by Asian black bear
You are not supposed to import from the public folder. Either colocate them with the source file and import them that way or reference them in image tags via /foo.png.
View full answer

1 Reply

Asian black bear
You are not supposed to import from the public folder. Either colocate them with the source file and import them that way or reference them in image tags via /foo.png.
Answer