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
Next has a standard component for images that is more performant and it practically forces you to use it.
Example: <img src={article.avatarURL} alt='avatar' /> <Image src={article.avatarURL} alt='avatar' />
Next has a standard component for images that is more performant and it practically forces you to use it.
Example:
<img src={article.avatarURL} alt='avatar' /><Image src={article.avatarURL} alt='avatar' />