💡 change favicon name
This commit is contained in:
@@ -8,7 +8,7 @@ function MyApp({ Component, pageProps }) {
|
|||||||
return (
|
return (
|
||||||
<div {...pageProps} className={styles.container}>
|
<div {...pageProps} className={styles.container}>
|
||||||
<Head>
|
<Head>
|
||||||
<link rel="icon" href="/Favicon.ico" />
|
<link rel="icon" href="/favicon.ico" />
|
||||||
<meta httpEquiv="content-Type" content="text/html; utf-8" />
|
<meta httpEquiv="content-Type" content="text/html; utf-8" />
|
||||||
<meta httpEquiv="Pragma" content="cache" />
|
<meta httpEquiv="Pragma" content="cache" />
|
||||||
<meta name="robots" content="INDEX,FOLLOW" />
|
<meta name="robots" content="INDEX,FOLLOW" />
|
||||||
|
|||||||
Reference in New Issue
Block a user