Dominate-X-Club / Copod

20 stars 27 forks source link

Using `<img>` could result in slower LCP and higher bandwidth. #32

Closed adilkadivala closed 5 months ago

adilkadivala commented 5 months ago

I got in ./src/aap/auth/layout.tsx

Using <img> could result in slower LCP and higher bandwidth. so Consider using <Image /> from next/image to automatically optimize images. This may incur additional usage or cost from your provider.

console

adilkadivala commented 5 months ago

it is fixed