We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Created meta information for the individual blog post in a store
export async function generateMetadata({ params }: NewsletterPageProps): Promise<Metadata> { const { slug, } = await params; const response = await strapiClient.getPage('newsletter', slug); const page = response?.data?.[0] as Page; return generateSEOMetadata({ slug, entity: { url: `/${slug}`, SEO: page?.SEO, }, type: 'article', }); };
should add to more pages, coming from the API or describing UI pages
Remember adding to future pages
The text was updated successfully, but these errors were encountered:
The pages are read by social media correctly, with dynamic content and images
Sorry, something went wrong.
dvidsilva
No branches or pull requests
Created meta information for the individual blog post in a store
should add to more pages, coming from the API or describing UI pages
Remember adding to future pages
The text was updated successfully, but these errors were encountered: