how to favicon
This commit is contained in:
parent
ca01c89189
commit
1ec33d58b8
1 changed files with 11 additions and 0 deletions
11
src/docs/favicons.md
Normal file
11
src/docs/favicons.md
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
---
|
||||
title: Favicons
|
||||
---
|
||||
|
||||
the favicons used are based on the recommendations from the [How to Favicon article on evilmartians.com.](https://evilmartians.com/chronicles/how-to-favicon-in-2021-six-files-that-fit-most-needs)
|
||||
|
||||
They are placed in `src/assets/images/favicons`, and copied over to the root of the output folder.
|
||||
|
||||
There is no automatization in place to create them.
|
||||
|
||||
I recommend keeping the file names as they are, since they are referenced like that in different places.
|
||||
Loading…
Reference in a new issue