Rename logo files

This commit is contained in:
Cédric FAMIBELLE-PRONZOLA
2022-01-26 18:45:43 +04:00
parent 2e26225d3c
commit c4ec7ee19f
22 changed files with 13 additions and 13 deletions
+3 -3
View File
@@ -29,7 +29,7 @@ export default function HeadLayout({
<meta name='twitter:url' content={`${slug ? `${siteUrl}/${slug}` : siteUrl}`} /> <meta name='twitter:url' content={`${slug ? `${siteUrl}/${slug}` : siteUrl}`} />
<meta name='twitter:title' content={`#OKi | ${title ? title : 'Organisation KA Internationale'}`} /> <meta name='twitter:title' content={`#OKi | ${title ? title : 'Organisation KA Internationale'}`} />
<meta name='twitter:description' content='Organisation KA Internationale' /> <meta name='twitter:description' content='Organisation KA Internationale' />
<meta name='twitter:image' content={`${imageUrl ? `${apiUrl}${imageUrl}` : `${siteUrl}/logo-192x192.png`}`} /> <meta name='twitter:image' content={`${imageUrl ? `${apiUrl}${imageUrl}` : `${siteUrl}/oki-logo-192x192.png`}`} />
<meta name='twitter:creator' content='@OrganisationKA' /> <meta name='twitter:creator' content='@OrganisationKA' />
<meta name='twitter:site' content='@OrganisationKA' /> <meta name='twitter:site' content='@OrganisationKA' />
<meta name='theme-color' content='#303030' /> <meta name='theme-color' content='#303030' />
@@ -44,8 +44,8 @@ export default function HeadLayout({
<meta property='og:title' content={`#OKi | ${title ? title : 'Organisation KA Internationale'}`} /> <meta property='og:title' content={`#OKi | ${title ? title : 'Organisation KA Internationale'}`} />
<meta property='og:description' content='#OKi (Organisation KA Internationale) a pour but de promouvoir les langues et les productions afro-diasporiques.' /> <meta property='og:description' content='#OKi (Organisation KA Internationale) a pour but de promouvoir les langues et les productions afro-diasporiques.' />
<meta property='og:locale' content='fr_FR' /> <meta property='og:locale' content='fr_FR' />
<meta property='og:image' content={`${imageUrl ? `${apiUrl}${imageUrl}` : `${siteUrl}/logo-72x72.png`}`} /> <meta property='og:image' content={`${imageUrl ? `${apiUrl}${imageUrl}` : `${siteUrl}/oki-logo-72x72.png`}`} />
<meta property='og:image:secure_url' content={`${imageUrl ? `${apiUrl}${imageUrl}` : `${siteUrl}/logo-72x72.png`}`} /> <meta property='og:image:secure_url' content={`${imageUrl ? `${apiUrl}${imageUrl}` : `${siteUrl}/oki-logo-72x72.png`}`} />
<meta property='og:image:type' content={imageMime ? imageMime : 'image/png'} /> <meta property='og:image:type' content={imageMime ? imageMime : 'image/png'} />
<meta property='og:image:width' content={imageWidth ? imageWidth : '72'} /> <meta property='og:image:width' content={imageWidth ? imageWidth : '72'} />
<meta property='og:image:height' content={imageHeight ? imageHeight : '72'} /> <meta property='og:image:height' content={imageHeight ? imageHeight : '72'} />
+1 -1
View File
@@ -139,7 +139,7 @@ export default function Lekte({audio, url, teks}) {
<CoverImage> <CoverImage>
<Image <Image
alt={teks.tit} alt={teks.tit}
src={teks?.kouveti?.formats?.thumbnail ? `${apiUrl}${teks.kouveti.formats.thumbnail.url}` : '/logo-192x192.png'} src={teks?.kouveti?.formats?.thumbnail ? `${apiUrl}${teks.kouveti.formats.thumbnail.url}` : '/oki-logo-192x192.png'}
width={teks?.kouveti?.formats?.thumbnail ? teks.kouveti.formats.thumbnail.width : 192} width={teks?.kouveti?.formats?.thumbnail ? teks.kouveti.formats.thumbnail.width : 192}
height={teks?.kouveti?.formats?.thumbnail ? teks.kouveti.formats.thumbnail.height : 192} height={teks?.kouveti?.formats?.thumbnail ? teks.kouveti.formats.thumbnail.height : 192}
/> />
+1 -1
View File
@@ -11,7 +11,7 @@ export default function Custom404() {
alt='Logo #OKi' alt='Logo #OKi'
width={551} width={551}
height={315} height={315}
src='/logo-551x315.png' src='/oki-logo-551x315.png'
quality={50} quality={50}
/> />
</a> </a>
+8 -8
View File
@@ -8,42 +8,42 @@
"orientation": "portrait-primary", "orientation": "portrait-primary",
"icons": [ "icons": [
{ {
"src": "/logo-72x72.png", "src": "/oki-logo-72x72.png",
"type": "image/png", "type": "image/png",
"sizes": "72x72" "sizes": "72x72"
}, },
{ {
"src": "/logo-96x96.png", "src": "/oki-logo-96x96.png",
"type": "image/png", "type": "image/png",
"sizes": "96x96" "sizes": "96x96"
}, },
{ {
"src": "/logo-128x128.png", "src": "/oki-logo-128x128.png",
"type": "image/png", "type": "image/png",
"sizes": "128x128" "sizes": "128x128"
}, },
{ {
"src": "/logo-144x144.png", "src": "/oki-logo-144x144.png",
"type": "image/png", "type": "image/png",
"sizes": "144x144" "sizes": "144x144"
}, },
{ {
"src": "/logo-152x152.png", "src": "/oki-logo-152x152.png",
"type": "image/png", "type": "image/png",
"sizes": "152x152" "sizes": "152x152"
}, },
{ {
"src": "/logo-192x192.png", "src": "/oki-logo-192x192.png",
"type": "image/png", "type": "image/png",
"sizes": "192x192" "sizes": "192x192"
}, },
{ {
"src": "/logo-384x384.png", "src": "/oki-logo-384x384.png",
"type": "image/png", "type": "image/png",
"sizes": "384x384" "sizes": "384x384"
}, },
{ {
"src": "/logo-512x512.png", "src": "/oki-logo-512x512.png",
"type": "image/png", "type": "image/png",
"sizes": "512x512" "sizes": "512x512"
}, },

Before

Width:  |  Height:  |  Size: 11 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 13 KiB

Before

Width:  |  Height:  |  Size: 18 KiB

After

Width:  |  Height:  |  Size: 18 KiB

Before

Width:  |  Height:  |  Size: 19 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Before

Width:  |  Height:  |  Size: 56 KiB

After

Width:  |  Height:  |  Size: 56 KiB

Before

Width:  |  Height:  |  Size: 59 KiB

After

Width:  |  Height:  |  Size: 59 KiB

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 92 KiB

Before

Width:  |  Height:  |  Size: 95 KiB

After

Width:  |  Height:  |  Size: 95 KiB

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB

Before

Width:  |  Height:  |  Size: 4.9 KiB

After

Width:  |  Height:  |  Size: 4.9 KiB

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

Before

Width:  |  Height:  |  Size: 7.0 KiB

After

Width:  |  Height:  |  Size: 7.0 KiB

Before

Width:  |  Height:  |  Size: 7.1 KiB

After

Width:  |  Height:  |  Size: 7.1 KiB

Before

Width:  |  Height:  |  Size: 101 KiB

After

Width:  |  Height:  |  Size: 101 KiB