honojs / website

Repository for hono.dev
https://hono.dev
68 stars 217 forks source link

Use smaller logo + use webp for code image on front page #239

Closed erik-beus closed 4 months ago

erik-beus commented 4 months ago

This reduces the size of the logo in the header from:

The public/images/code.png was compressed to a webp image using squoosh (lossless compression) while the width was reduced to 640px (aspect ratio maintained). This gives this size reduction:

On slower connections, this should improve the website experience a bit. Let me know if this is useful.

yusukebe commented 4 months ago

Hi @erik-beus !

Super cool! I was hoping for this kind of PR. I'll merge this now. Thanks!