39 lines
1.0 KiB
JavaScript
39 lines
1.0 KiB
JavaScript
export const metadata = {
|
|
title: 'OKI | Soutenir ORGANISATION KA INTERNATIONALE !',
|
|
description: 'Vous pouvez nous soutenir via Liberapay ou PayPal',
|
|
openGraph: {
|
|
title: 'OKI | Soutenir ORGANISATION KA INTERNATIONALE !',
|
|
description: 'Vous pouvez nous soutenir via Liberapay ou PayPal.',
|
|
url: 'https://pawol.nu/sipote',
|
|
siteName: 'OKI | ORGANISATION KA INTERNATIONALE. Paroles et traductions.',
|
|
images: [
|
|
{
|
|
url: 'https://pawol.nu/sipote.png',
|
|
width: 500,
|
|
height: 500
|
|
}
|
|
],
|
|
locale: 'fr_FR',
|
|
type: 'website'
|
|
},
|
|
twitter: {
|
|
site: '@OrganisationKA',
|
|
card: 'summary_large_image',
|
|
title: 'OKI | Soutenir ORGANISATION KA INTERNATIONALE !',
|
|
description: 'Vous pouvez nous soutenir via Liberapay ou PayPal.',
|
|
creator: '@OrganisationKA',
|
|
images: {
|
|
url: 'https://pawol.nu/sipote.png',
|
|
alt: 'Sipòte OKI',
|
|
},
|
|
}
|
|
}
|
|
|
|
export default async function SipoteLayout({children}) {
|
|
return (
|
|
<section>
|
|
{children}
|
|
</section>
|
|
)
|
|
}
|