Skip to content

Commit

Permalink
Merge pull request #13 from AlexBurneikis/main
Browse files Browse the repository at this point in the history
Fixed Favicon
  • Loading branch information
csprance authored Jul 28, 2022
2 parents 1d95dcd + 5bcb279 commit 699cd70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ class MyDocument extends Document {
<meta name="author" content={SITE_AUTHOR} />
<link
rel="shortcut icon"
href="/public/favicon.ico"
href="/favicon.ico"
type="image/x-icon"
/>
<link rel="icon" href="/public/favicon.ico" type="image/x-icon" />
<link rel="icon" href="/favicon.ico" type="image/x-icon" />
{/* PWA primary color */}
<meta property="og:type" content="website" />
<meta property="og:site_name" content={SITE_NAME} />
Expand Down

0 comments on commit 699cd70

Please sign in to comment.