Skip to content

Commit

Permalink
🎉 feat: support for favicon (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 authored Jan 1, 2022
1 parent 438b50b commit 7805ddd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,6 @@ packages/api/public/**/*.jpeg
!.yarn/versions

.vscode/settings.json
.tsconfig.tsbuildinfo
.tsconfig.tsbuildinfo

packages/client/public/favicon.png
1 change: 1 addition & 0 deletions packages/client/src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ class CustomDocument extends Document {
<Head>
<meta charSet="utf-8" />

<link rel="shortcut icon" type="image/png" href="/favicon.png" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossOrigin="true" />
<link
Expand Down

0 comments on commit 7805ddd

Please sign in to comment.