Skip to content

Commit

Permalink
fix(web): remove manifest declaration from favicon.astro component
Browse files Browse the repository at this point in the history
  • Loading branch information
susickypavel committed Oct 5, 2024
1 parent 9b24ac4 commit 0dc50b2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/web/src/layouts/common/favicon.astro
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ export interface Props {
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="icon" type="image/svg+xml" sizes="any" href=`/${Astro.props.favicon}.svg` />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#d946ef" />

0 comments on commit 0dc50b2

Please sign in to comment.