Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Remove automatic inclusion of Image
Doing so adds `next/image` in the imports tree, which is enough to automatically opt-in to Next.js Image Optimization feature, which has drawbacks: - Breaks static export - Requires a server / serverless setup - Requires setting up the Image Optimization config Buying in the Image component should be explicit, so imports will be separated. See #187.
- Loading branch information