Move soumet to app directory and rename to pwopose
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
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: [
|
||||
{
|
||||
url: 'htts://oki.re/logo-512x512.png',
|
||||
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>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user