Démo d'un article

Publié le février 13, 2024 · Temps de lecture 1 minutes · Créé par lis ton livre !

lorem ipsum

Commencez ici

export async function generateMetadata({
  params,
}: PostParams): Promise<Metadata> {
  const post = await getCurrentPost(params.slug);

  if (!post) {
    notFound();
  }

  return {
    title: post.attributes.title,
    description: post.attributes.description,
    keywords: post.attributes.keywords,
    authors: {
      name: "Melvynx",
      url: "https://melvynx.com",
    },
  };
}

Title 2

J'adore lire.

Title 3

Moi aussi

ConfidentialitéConditions