Change soutyen to sipote
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
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 (
|
||||
<section>
|
||||
{children}
|
||||
</section>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user