replace OKI by PAWÒL-NU

This commit is contained in:
2026-05-12 18:42:23 +04:00
parent 9b7c3a8776
commit f04618511f
8 changed files with 35 additions and 35 deletions
+12 -12
View File
@@ -5,18 +5,18 @@ import ThemeRegistry from './theme-registy'
export const metadata = {
metadataBase: new URL('https://pawol.nu'),
manifest: '/manifest.json',
title: 'OKI | ORGANISATION KA INTERNATIONALE. Paroles et traductions.',
description: 'ORGANISATION KA INTERNATIONALE a pour but de promouvoir le Medukam (ou Wanni Wannan) et les productions afro-diasporiques.',
title: 'PAWÒL-NU. Paroles et traductions.',
description: 'PAWÒL-NU a pour but de promouvoir le Medukam (ou Wanni Wannan) et les productions afro-diasporiques.',
author: 'OKI',
category: 'music',
creator: 'OKI',
publisher: 'OKI',
applicationName: 'OKI | ORGANISATION KA INTERNATIONALE. Paroles et traductions.',
applicationName: 'PAWÒL-NU. Paroles et traductions.',
openGraph: {
title: 'OKI | ORGANISATION KA INTERNATIONALE. Paroles et traductions.',
description: 'ORGANISATION KA INTERNATIONALE a pour but de promouvoir le Medukam (ou Wanni Wannan) et les productions afro-diasporiques.',
title: 'PAWÒL-NU. Paroles et traductions.',
description: 'PAWÒL-NU a pour but de promouvoir le Medukam (ou Wanni Wannan) et les productions afro-diasporiques.',
url: 'https://pawol.nu',
siteName: 'OKI | ORGANISATION KA INTERNATIONALE. Paroles et traductions.',
siteName: 'PAWÒL-NU. Paroles et traductions.',
images: [
{
url: 'https://pawol.nu/logo-512x512.png',
@@ -30,12 +30,12 @@ export const metadata = {
twitter: {
site: '@OrganisationKA',
card: 'summary_large_image',
title: 'OKI | ORGANISATION KA INTERNATIONALE. Paroles et traductions.',
description: 'ORGANISATION KA INTERNATIONALE a pour but de promouvoir le Medukam (ou Wanni Wannan) et les productions afro-diasporiques.',
title: 'PAWÒL-NU. Paroles et traductions.',
description: 'PAWÒL-NU a pour but de promouvoir le Medukam (ou Wanni Wannan) et les productions afro-diasporiques.',
creator: '@OrganisationKA',
images: {
url: 'https://pawol.nu/logo-512x512.png',
alt: 'OKI Logo',
alt: 'PAWÒL-NU Logo',
},
}
}
@@ -45,9 +45,9 @@ const jsonLd = {
'@type': 'Organization',
url: 'https://pawol.nu',
email: 'kontak@o-k-i.net',
keywords: ['OKI', 'ORGANISATION KA INTERNATIONALE', 'Paroles', 'Pawol', 'Medukam', 'Wanni Wannan'],
legalName: 'ORGANISATION KA INTERNATIONALE',
location: 'Île de La Réunion'
keywords: ['OKI', 'PAWÒL-NU', 'Paroles', 'Pawol', 'Medukam', 'Wanni Wannan'],
legalName: 'PAWÒL-NU',
location: 'Guadeloupe'
}
export default async function RootLayout({children, Session}) {