Skip to content

Commit

Permalink
Fix favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukazovic committed Jul 27, 2021
1 parent f19af83 commit ae17732
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ function MyApp({ Component, pageProps }: AppProps) {

<meta charSet="utf-8" />
<link rel="icon" href="/favicon.ico" />
<link rel="shortcut icon" href="/img/logo.png" />
<link rel="apple-touch-icon" href="/img/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta
Expand Down

0 comments on commit ae17732

Please sign in to comment.