We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fb6d88 commit fa21172Copy full SHA for fa21172
src/pages/_app.tsx
@@ -13,6 +13,8 @@ function MyApp({ Component, pageProps }: AppProps) {
13
14
<meta charSet="utf-8" />
15
<link rel="icon" href="/favicon.ico" />
16
+ <link rel="shortcut icon" href="/img/logo.png" />
17
+ <link rel="apple-touch-icon" href="/img/logo.png" />
18
<meta name="viewport" content="width=device-width, initial-scale=1" />
19
<meta name="theme-color" content="#000000" />
20
<meta
0 commit comments