AgroVeilleAgroVeille
DocumentationBlogChangelog

AgroVeille

Veille automatisee des reglementations agro-alimentaires europeennes et francaises

Produit

BlogDocumentationTableau de bordCompte

Entreprise

A proposContact

Legal

CGUConfidentialite

France

© 2025 AgroVeille. All rights reserved.

Back to Blog
Some post demo
DraftJanuary 21, 20251 min read

Some post demo

Some post description demo

tags1

lorem ipsum

Start here

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

I love reading.

Title 3

Me too.

Se connecter