fix: correct Next.js icons and manifest setup #576
quality.yml
on: pull_request
💅 Code Formatting
48s
📘 TypeScript Check
38s
📦 Dependencies Check
26s
🧮 Code Complexity
29s
📚 Documentation Check
4s
📋 Quality Summary
4s
Annotations
2 warnings
|
💅 Code Formatting:
components/object/preview-modal.tsx#L264
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|
|
💅 Code Formatting:
components/object/preview-modal.tsx#L264
Using `<img>` could result in slower LCP and higher bandwidth. Consider using `<Image />` from `next/image` or a custom image loader to automatically optimize images. This may incur additional usage or cost from your provider. See: https://nextjs.org/docs/messages/no-img-element
|