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 69cc8b5 commit 32ad1dc
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,24 +19,24 @@
<link
rel="apple-touch-icon"
sizes="180x180"
href="/assets/favicon/apple-touch-icon.png"
href="/portfolio/assets/favicon/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/assets/favicon/favicon-32x32.png"
href="/portfolio/assets/favicon/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/assets/favicon/favicon-16x16.png"
href="/portfolio/assets/favicon/favicon-16x16.png"
/>
<link rel="manifest" href="/assets/favicon/site.webmanifest" />
<link rel="manifest" href="/portfolio/assets/favicon/site.webmanifest" />
<link
rel="mask-icon"
href="/assets/favicon/safari-pinned-tab.svg"
href="/portfolio/assets/favicon/safari-pinned-tab.svg"
color="#5bbad5"
/>
<meta name="msapplication-TileColor" content="#da532c" />
Expand Down

0 comments on commit 32ad1dc

Please sign in to comment.