You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Added a helper function to resolve Open Graph image URLs based on various conditions, including manual overrides and fallback mechanisms.
- Integrated the new function into the metadata generation process to prioritize custom images, the first image from content, or a default image.
- Introduced a new remark plugin to extract the first image from markdown content for use in Open Graph metadata.
- Updated frontmatter type definitions to include an optional `og_image` field for custom Open Graph images.
@@ -208,12 +267,8 @@ export async function generateMetadata(props: MetadataProps): Promise<Metadata>
208
267
letcustomCanonicalTag: string='';
209
268
letdescription=
210
269
'Self-hosted and cloud-based application performance monitoring & error tracking that helps software teams see clearer, solve quicker, and learn continuously.';
0 commit comments