This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
unoptimized images are not following basepath #68498
Labels
bug
Issue was opened via the bug report template.
Image (next/image)
Related to Next.js Image Optimization.
Link to the code that reproduces this issue
https://github.com/chandrahaas02/portfolio
To Reproduce
by adding unoptimized : true we are also skipping basepath formatting to image src's srcs
Current vs. Expected behavior
If images are unoptimized the src= "basepath/image.png" but they are still "/image.png"
Provide environment information
Which area(s) are affected? (Select all that apply)
Image (next/image)
Which stage(s) are affected? (Select all that apply)
next build (local)
Additional context
No response
The text was updated successfully, but these errors were encountered: