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://oki.re/sipote', siteName: 'OKI | ORGANISATION KA INTERNATIONALE. Paroles et traductions.', images: [ { url: 'https://oki.re/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://oki.re/sipote.png', alt: 'Sipòte OKI', }, } } export default async function SipoteLayout({children}) { return (
{children}
) }