adds favicon to head

This commit is contained in:
Danny Avila 2023-02-08 09:46:26 -05:00
parent d07047722e
commit 581ee0e2ca
3 changed files with 2 additions and 2 deletions

View file

@ -11,13 +11,13 @@
rel="icon"
type="image/png"
sizes="32x32"
href="/favicon-32x32.png"
href="/assets/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/favicon-16x16.png"
href="/assets/favicon-16x16.png"
/>
<meta
name="viewport"