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 using image presets with defined sizes in nuxt.config.ts, the preset sizes are not applied if the component's sizes prop is undefined. This causes the image to fallback to density-based srcset (1x, 2x) instead of the expected width-based srcset (320w, 640w, etc.), leading to incorrect image serving.