Skip to content

Commit

Permalink
Fix favicons
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebrooker committed Apr 18, 2024
1 parent 3b7e264 commit 327a179
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 0 deletions.
Binary file added public/images/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 modified public/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/images/icon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/app/+html.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ export default function Html ({ children }: { children: React.ReactNode }) {
name='viewport'
content='width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1.00001,viewport-fit=cover'
/>
<link rel='icon' href='/images/favicon.png' sizes='48x48' />
<link rel='icon' href='/images/icon.svg' type='image/svg+xml' />
<link
rel='apple-touch-icon'
sizes='180x180'
Expand Down

0 comments on commit 327a179

Please sign in to comment.