Skip to content

Commit

Permalink
Update favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
katrinewi committed Nov 3, 2023
1 parent 6f69690 commit de36d29
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 1 deletion.
Binary file added public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/favicon.ico
Binary file not shown.
20 changes: 19 additions & 1 deletion src/server/helpers/Html.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,25 @@ const Html = ({
href={razzleAssets['client.css']}
/>
)}
<link rel="icon" href={`/favicon.ico`} type="image/ico" />
<link rel="icon" href="/favicon.ico" type="image/ico" />
<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="apple-touch-icon"
type="image/png"
sizes="180x180"
href="/apple-touch-icon.png"
/>
</head>
<body>
<GoogleTagMangerNoScript />
Expand Down

0 comments on commit de36d29

Please sign in to comment.