You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When attempting to right-click download an image using Next/Image that is hosted outside of the static folder (i.e. a CMS), the title of the image is set to image for all images.
Expected Behavior
Images should right-click download with the name of the image, like locally hosted static images do.
To Reproduce
create a new image using Next/Image
use an externally hosted image src
right-click download, the save as filename/title will read image