Skip to content

Commit

Permalink
Add in github favicons.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmarcia committed Dec 7, 2023
1 parent 192e250 commit f4d280f
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 430 deletions.
4 changes: 3 additions & 1 deletion pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ export default function Document() {
<meta name="twitter:image" content="https://forgoodfirstissue.dev/" />

<meta charSet="UTF-8" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="apple-touch-icon" type="image/png" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" href="/android-favicon.png" />
<link rel="shortcut icon" type="image/png" sizes="32x32" href="/favicon.png" />
</Head>
<body>
<Main />
Expand Down
Binary file removed public/android-chrome-192x192.png
Binary file not shown.
Binary file removed public/android-chrome-512x512.png
Binary file not shown.
Binary file added public/android-favicon.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/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 removed public/favicon-16x16.png
Binary file not shown.
Binary file removed public/favicon-32x32.png
Binary file not shown.
Binary file removed public/favicon.ico
Binary file not shown.
Binary file added public/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 0 additions & 3 deletions public/favicon.svg

This file was deleted.

Loading

0 comments on commit f4d280f

Please sign in to comment.