Use an image from local
Answered
Bigheaded ant posted this in #help-forum
Bigheaded antOP
How can I use an image from local in NextJS?
Answered by B33fb0n3
put it inside your
/public
folder and use it inside your image:<Image src="/my/image.png" />
2 Replies
@Bigheaded ant How can I use an image from local in NextJS?
put it inside your
/public
folder and use it inside your image:<Image src="/my/image.png" />
Answer