joschan21 / profanity.dev

1.37k stars 104 forks source link

Removed <img/> element related warnings #7

Closed shadabiiitnr20 closed 4 months ago

shadabiiitnr20 commented 4 months ago

Found below 2 warning while running on local -

  1. Using <img> could result in slower LCP and higher bandwidth. Consider using <Image /> from next/image to automatically optimize images.
  2. img elements must have an alt prop, either with meaningful text, or an empty string for decorative images.
Screenshot 2024-04-20 at 11 23 07 PM
shadabiiitnr20 commented 4 months ago

Closed as related PR is merged.