Skip to content

Commit

Permalink
openGraph metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
xtian7489 committed Mar 18, 2024
1 parent ba8db09 commit 9b64258
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
Binary file added public/images/share-landing.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 15 additions & 2 deletions src/app/layout.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,21 @@ const karla = Karla({
display: 'swap',
})
export const metadata = {
title: 'Asambleas climaticas',
description: 'Generated by Next.js',
title: 'Resurgente Pacto-interciudad',
description: 'Participa en la co-creación del pacto Inter-ciudad, y conoce las máximas elaboradas en las Asambleas Climáticas de Brasil, Argentina, Colombia y Mexico.',
openGraph:{
title: 'Resurgente Pacto-interciudad',
description: 'Participa en la co-creación del pacto Inter-ciudad, y conoce las máximas elaboradas en las Asambleas Climáticas de Brasil, Argentina, Colombia y Mexico.',
images: [
{
url: '/images/share-landing.png',
width: 800,
height: 600,
},

],
type: 'website',
}
}

export default function RootLayout({ children}) {
Expand Down

0 comments on commit 9b64258

Please sign in to comment.