astro build
shows duplicate lines in the log
#6489
Labels
- P2: nice to have
Not breaking anything but nice to have (priority)
feat: assets
Related to the Assets feature (scope)
What version of
astro
are you using?2.1.2
Are you using an SSR adapter? If so, which one?
None
What package manager are you using?
pnpm
What operating system are you using?
Windows and Linux
Describe the Bug
I just build my site with Astro v2.1.2 and I see this log:
It shows 2 lines
/_astro/logo.759d98d5_Z1SJ5Wi.png (before: 3kb, after: 1kb) (+152ms)
at the end.BTW, in the
_astro
folder, I see both optimized images and unoptimized images. I think we just need optimized images because it'll reduce the project's size.Link to Minimal Reproducible Example
https://stackblitz.com/github/torn4dom4n/torn4dom4n.github.io
Participation
The text was updated successfully, but these errors were encountered: