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
Currently, the project is using standard <img> tags for displaying images. To take advantage of the built-in image optimization in Next.js, these should be replaced with the <Image> component from next/image. #213
Automatic image optimization and resizing