TuttyeTuttye
DocsBlogChangelog

Tuttye

Logiciel interne de compta de MLXMEDIA

Product

BlogDocumentationDashboardAccount

Company

AboutContact

Legal

TermsPrivacy

France

© 2025 MLXMEDIA. 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.

Sign in