Skip to content

Commit

Permalink
new post: Favicon Generation with Astro
Browse files Browse the repository at this point in the history
  • Loading branch information
kremalicious committed Sep 18, 2023
1 parent 81d9e98 commit ea3f540
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
date: 2023-09-15T12:02:30.000Z
date: 2023-09-18T00:47:30.000Z

title: Favicon Generation with Astro
image: ./favicon-generation-with-astro-teaser.png
Expand All @@ -10,7 +10,6 @@ tags:
- astro

toc: true
draft: true
---

Those small but impactful icons displayed next to a website's title in a browser tab seem like a minor detail, yet implementing favicons involves various considerations for different formats and sizes to fit a range of devices and browsers. Luckily, we can always count on Evil Martians to tell us [which files are needed](https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs) in modern times. Those findings can be implemented quite easy in Astro.
Expand Down

0 comments on commit ea3f540

Please sign in to comment.