MusyMusy
DocsBlogChangelog

Musy

Community-curated art galleries with transparent, on-chain voting.

Product

BlogDocumentationDashboardAccount

Company

AboutContact

Legal

TermsPrivacy

Paris, France

© 2025 musy LLC. 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