mearashadowfax / ScrewFast

Open-source Astro website template with sleek, customizable TailwindCSS components.
https://screwfast.uk
MIT License
675 stars 209 forks source link

Dynamic manifest and favicon generation #27

Closed tribal2 closed 7 months ago

tribal2 commented 7 months ago

Add dynamic manifest.json and favicons generation, based on this guide.

One significant advantage of generating favicons dynamically is cache busting. When you update your favicon, browsers might still serve the old one from cache. By generating favicons dynamically, you can ensure that the latest version is served, as, if they have changed, each build will create new, uniquely named files that bypass the cache.

Additionally, it allows automatic generation and optimization of different types and sizes of icons from single source images.

vercel[bot] commented 7 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
screw-fast ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 26, 2024 5:48pm
mearashadowfax commented 7 months ago

LGTM, thank you @tribal2!