Files

39 lines
1.0 KiB
JavaScript
Raw Permalink Normal View History

2023-07-22 13:08:28 +04:00
export const metadata = {
2026-05-12 18:42:23 +04:00
title: 'PAWÒL-NU | Soutenir ORGANISATION KA INTERNATIONALE !',
2023-07-22 13:08:28 +04:00
description: 'Vous pouvez nous soutenir via Liberapay ou PayPal',
openGraph: {
2026-05-12 18:42:23 +04:00
title: 'PAWÒL-NU | Soutenir ORGANISATION KA INTERNATIONALE !',
2023-07-22 13:08:28 +04:00
description: 'Vous pouvez nous soutenir via Liberapay ou PayPal.',
2026-05-12 16:43:39 +04:00
url: 'https://pawol.nu/sipote',
2026-05-12 21:27:23 +04:00
siteName: 'PAWÒL-NU | Paroles et traductions.',
2023-07-22 13:08:28 +04:00
images: [
{
2026-05-12 16:43:39 +04:00
url: 'https://pawol.nu/sipote.png',
2023-07-22 13:08:28 +04:00
width: 500,
height: 500
}
],
locale: 'fr_FR',
type: 'website'
},
twitter: {
site: '@OrganisationKA',
card: 'summary_large_image',
2026-05-12 18:42:23 +04:00
title: 'PAWÒL-NU | Soutenir ORGANISATION KA INTERNATIONALE !',
2023-07-22 13:08:28 +04:00
description: 'Vous pouvez nous soutenir via Liberapay ou PayPal.',
creator: '@OrganisationKA',
images: {
2026-05-12 16:43:39 +04:00
url: 'https://pawol.nu/sipote.png',
2023-07-22 13:08:28 +04:00
alt: 'Sipòte OKI',
},
}
}
export default async function SipoteLayout({children}) {
return (
<section>
{children}
</section>
)
}