Schroedinger-Hat/osday
Fix "sizes props missing" in <Image> tag with fill property
オープン
#711 opened on 2026/04/30
buggood first issue
Repository metrics
- Stars
- (73 個のスター)
- PR merge metrics
- (PR metrics pending)
説明
Reproduction
In the Next.js image tags on the website, the fill property is present, but the sizes one is missing.
Describe the bug
The sizes property should be inserted for improving performance, as stated here
Additional context
No response