bookworm-light-astro
bookworm-light-astro copied to clipboard
Sometimes, the Lighthouse score (CLS) drops.
Sometimes The Lighthouse score will drop.
With body#main
CLS, but it is not often occurring,
Refresh the page maybe 20 times, it only occur once.
I believe this has to do with the way images are stored in the /public
folder rather than within the src
folder. https://docs.astro.build/en/guides/images/#src-required
Astro recommends keeping images in the src
directory so they can be optimized by the <Image>
component