2023-07-22 13:29:45 +04:00
|
|
|
|
export const metadata = {
|
|
|
|
|
|
title: 'OKI | Proposer une parole de chanson',
|
|
|
|
|
|
description: 'Proposez la transcription d’une parole, accompagnée d’une ou plusieurs traductions.',
|
|
|
|
|
|
openGraph: {
|
|
|
|
|
|
title: 'OKI | Proposer une parole de chanson',
|
|
|
|
|
|
description: 'Proposez la transcription d’une parole, accompagnée d’une ou plusieurs traductions.',
|
|
|
|
|
|
url: 'https://oki.re/pwopose',
|
|
|
|
|
|
siteName: 'OKI | Organisation KA Internationale. Paroles et traductions.',
|
|
|
|
|
|
images: [
|
|
|
|
|
|
{
|
2023-08-09 17:21:42 +04:00
|
|
|
|
url: 'https://oki.re/logo-512x512.png',
|
2023-07-22 13:29:45 +04:00
|
|
|
|
width: 512,
|
|
|
|
|
|
height: 512
|
|
|
|
|
|
}
|
|
|
|
|
|
],
|
|
|
|
|
|
locale: 'fr_FR',
|
|
|
|
|
|
type: 'website'
|
|
|
|
|
|
},
|
|
|
|
|
|
twitter: {
|
|
|
|
|
|
site: '@OrganisationKA',
|
|
|
|
|
|
card: 'summary_large_image',
|
|
|
|
|
|
title: 'OKI | Proposer une parole de chanson',
|
|
|
|
|
|
description: 'Proposez la transcription d’une parole, accompagnée d’une ou plusieurs traductions.',
|
|
|
|
|
|
creator: '@OrganisationKA',
|
|
|
|
|
|
images: {
|
|
|
|
|
|
url: 'https://oki.re/logo-512x512.png',
|
|
|
|
|
|
alt: 'OKI Logo',
|
|
|
|
|
|
},
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
export default async function PwoposeLayout({children}) {
|
|
|
|
|
|
return (
|
|
|
|
|
|
<section>
|
|
|
|
|
|
{children}
|
|
|
|
|
|
</section>
|
|
|
|
|
|
)
|
|
|
|
|
|
}
|