Skip to content

Commit

Permalink
fix: Fix URL of apple-touch-icon (#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
cgero-eth authored Mar 21, 2024
1 parent 4dbc85e commit 5e44866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
sizes="32x32"
href="./favicon-32x32.png"
/>
<link rel="apple-touch-icon" href="./assets/apple-touch-icon.png" />
<link rel="apple-touch-icon" href="./apple-touch-icon.png" />
<link rel="mask-icon" href="./safari-pinned-tab.svg" color="#3164fa" />

<link rel="manifest" href="./site.webmanifest" />
Expand Down

0 comments on commit 5e44866

Please sign in to comment.