Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

next image use #1594

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

next image use #1594

wants to merge 4 commits into from

Conversation

Andrewx24
Copy link
Contributor

Utilized Next.js Image tag to the optimize image use. Replaced tag with the Next JS for performance.

Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element  @next/next/no-img-element

Copy link

vercel bot commented Aug 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
saas-starter-kit ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 8, 2024 10:17pm

@deepakprabhakara
Copy link
Member

The image is uploaded by the user so we do not know the size and hence cannot use the Image class.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants