Change favicon

This commit is contained in:
2023-03-20 22:57:10 +04:00
parent 121eab6ba2
commit 70e9162dae
4 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -11,8 +11,8 @@ export default class MyDocument extends Document {
<Html lang='fr' prefix='og: https://ogp.me/ns#'>
<Head>
<link rel='manifest' href='/manifest.json' />
<link rel='icon' type='image/png' sizes='128x128' href='/favicon.png' />
<link rel='apple-touch-icon' href='/favicon.png' />
<link rel='icon' type='image/x-icon' sizes='128x128' href='/favicon.ico' />
<link rel='apple-touch-icon' href='/favicon.ico' />
{this.props.emotionStyleTags}
<meta name='application-name' content='OKI | Organisation KA Internationale' />
<meta name='theme-color' content='#303030' />