mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
fix: twitter images
This commit is contained in:
@ -15,6 +15,9 @@ export function generateMetadata({ params: { slug } }: SharePageProps) {
|
||||
openGraph: {
|
||||
images: [`${APP_BASE_URL}/share/${slug}/opengraph`],
|
||||
},
|
||||
twitter: {
|
||||
images: [`${APP_BASE_URL}/share/${slug}/opengraph`],
|
||||
},
|
||||
} satisfies Metadata;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user