Use the Image component from next/image instead of raw HTML img tags. It auto-optimizes format, size, and loading.
Why This Matters
Raw img tags serve full-size images without optimization. next/image provides WebP/AVIF, responsive sizing, lazy loading, and CLS prevention.
Tags
nextjssupabase
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and 2+ others. Get actionable feedback before code ships.