### 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](https://nextjs.org/docs/pages/api-reference/components/image#:~:text=%7D-,sizes,prop,-CSS%20is%20used) ### Additional context _No response_
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