Include manifest to head
This commit is contained in:
@@ -12,6 +12,10 @@ export default function HeadLayout({
|
|||||||
<div>
|
<div>
|
||||||
<Head>
|
<Head>
|
||||||
<title>#OKi - {title ? title : 'Organisation KA Internationale'}</title>
|
<title>#OKi - {title ? title : 'Organisation KA Internationale'}</title>
|
||||||
|
<link rel='manifest' href='/manifest.json' />
|
||||||
|
<link rel='apple-touch-icon' href='/logo-96x96.png' />
|
||||||
|
<meta name='theme-color' content='#303030' />
|
||||||
|
<meta name='apple-mobile-web-app-status-bar' content='#303030' />
|
||||||
<meta charSet='utf-8' />
|
<meta charSet='utf-8' />
|
||||||
<meta name='description' content='#OKi (Organisation KA Internationale) a pour but de promouvoir les langues et les productions afro-diasporiques.' />
|
<meta name='description' content='#OKi (Organisation KA Internationale) a pour but de promouvoir les langues et les productions afro-diasporiques.' />
|
||||||
<meta name='author' content='Ced' />
|
<meta name='author' content='Ced' />
|
||||||
|
|||||||
@@ -30,6 +30,10 @@ export default function MyApp(props) {
|
|||||||
<>
|
<>
|
||||||
<Head>
|
<Head>
|
||||||
<title>#OKi - Organisation KA Internationale</title>
|
<title>#OKi - Organisation KA Internationale</title>
|
||||||
|
<link rel='manifest' href='/manifest.json' />
|
||||||
|
<link rel='apple-touch-icon' href='/logo-96x96.png' />
|
||||||
|
<meta name='theme-color' content='#303030' />
|
||||||
|
<meta name='apple-mobile-web-app-status-bar' content='#303030' />
|
||||||
<meta charSet='utf-8' />
|
<meta charSet='utf-8' />
|
||||||
<meta name='description' content='#OKi (Organisation KA Internationale) a pour but de promouvoir les langues afro-diasporiques.' />
|
<meta name='description' content='#OKi (Organisation KA Internationale) a pour but de promouvoir les langues afro-diasporiques.' />
|
||||||
<meta name='author' content='Ced' />
|
<meta name='author' content='Ced' />
|
||||||
|
|||||||
Reference in New Issue
Block a user