I am trying to deploy on Azure but my images are not showing. What can I do?
Unanswered
Spectacled bear posted this in #help-forum
Spectacled bearOP
If I add unoptimized: true to next.config, it will show but I feel it's a bad practice
1 Reply
White-winged Tern
Have you tried:
<Image
src="/profile.png"
width={500}
height={500}
alt="Picture of the author"
/>
I believe this worked for me
<Image
src="/profile.png"
width={500}
height={500}
alt="Picture of the author"
/>
I believe this worked for me