Add new logo size & twitter card to head
This commit is contained in:
@@ -13,7 +13,16 @@ export default function HeadLayout({
|
||||
<Head>
|
||||
<title>#OKi - {title ? title : 'Organisation KA Internationale'}</title>
|
||||
<link rel='manifest' href='/manifest.json' />
|
||||
<link rel='icon' type='image/png' sizes='72x72' href='/logo-72x72.png' />
|
||||
<link rel='icon' type='image/png' sizes='96x96' href='/logo-96x96.png' />
|
||||
<link rel='apple-touch-icon' href='/logo-96x96.png' />
|
||||
<meta name='application-name' content='#OKi - Organisation KA Internationale' />
|
||||
<meta name='twitter:card' content='summary' />
|
||||
<meta name='twitter:url' content='https://o-k-i.net' />
|
||||
<meta name='twitter:title' content={title ? title : 'Organisation KA Internationale'} />
|
||||
<meta name='twitter:description' content='#OKi - Organisation KA Internationale' />
|
||||
<meta name='twitter:image' content='https://o-k-i.net/logo-192x192.png' />
|
||||
<meta name='twitter:creator' content='@oki_972' />
|
||||
<meta name='theme-color' content='#303030' />
|
||||
<meta name='apple-mobile-web-app-status-bar' content='#303030' />
|
||||
<meta charSet='utf-8' />
|
||||
|
||||
Reference in New Issue
Block a user