Skip to content

Commit

Permalink
style: favicon urls fix
Browse files Browse the repository at this point in the history
  • Loading branch information
viktoriiakoniukhova committed Sep 12, 2023
1 parent 30adfd0 commit 69cc8b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/favicon/assets/favicon-32x32.png"
href="/assets/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicon/assets/favicon-16x16.png"
href="/assets/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="/assets/favicon/site.webmanifest" />
<link
Expand Down

0 comments on commit 69cc8b5

Please sign in to comment.