Next.js Discord

Discord Forum

Use an image from local

Answered
Bigheaded ant posted this in #help-forum
Open in Discord
Avatar
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" />
View full answer

2 Replies

Avatar
@Bigheaded ant How can I use an image from local in NextJS?
Avatar
put it inside your /public folder and use it inside your image:
<Image src="/my/image.png" />
Answer
Avatar