💡 change favicon name

This commit is contained in:
stefan080106
2022-09-24 22:39:40 +02:00
parent 35d4cca364
commit 0598e766b2

View File

@@ -8,7 +8,7 @@ function MyApp({ Component, pageProps }) {
return (
<div {...pageProps} className={styles.container}>
<Head>
<link rel="icon" href="/Favicon.ico" />
<link rel="icon" href="/favicon.ico" />
<meta httpEquiv="content-Type" content="text/html; utf-8" />
<meta httpEquiv="Pragma" content="cache" />
<meta name="robots" content="INDEX,FOLLOW" />