Closed adilkadivala closed 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.
<img>
<Image />
next/image
it is fixed
I got in ./src/aap/auth/layout.tsx
Using
<img>
could result in slower LCP and higher bandwidth. so Consider using<Image />
fromnext/image
to automatically optimize images. This may incur additional usage or cost from your provider.