sanman1k98 / www

Source code for my website
https://nicesandeep.com
MIT License
2 stars 0 forks source link

Use higher resolution images for the "Photos" page #15

Closed sanman1k98 closed 11 months ago

sanman1k98 commented 12 months ago

At the moment, I am using Astro's <Image> component in the /photos/[slug] page which automatically optimizes the images using Sharp. I could instead use the HTML <img> element which will bypass Astro's image optimization and use the PNG files directly.

sanman1k98 commented 11 months ago

The PNG images look good enough for now; closing this issue.