diff --git a/apps/web/src/app/(share)/share/[slug]/page.tsx b/apps/web/src/app/(share)/share/[slug]/page.tsx index b9ca4baea..51684d384 100644 --- a/apps/web/src/app/(share)/share/[slug]/page.tsx +++ b/apps/web/src/app/(share)/share/[slug]/page.tsx @@ -16,12 +16,12 @@ export function generateMetadata({ params: { slug } }: SharePageProps) { title: 'Documenso - Join the open source signing revolution', description: 'I just signed with Documenso!', type: 'website', - images: [`${process.env.NEXT_PUBLIC_WEBAPP_URL}/share/${slug}/opengraph`], + images: [`${APP_BASE_URL}/share/${slug}/opengraph`], }, twitter: { site: '@documenso', card: 'summary_large_image', - images: [`${process.env.NEXT_PUBLIC_WEBAPP_URL}/share/${slug}/opengraph`], + images: [`${APP_BASE_URL}/share/${slug}/opengraph`], description: 'I just signed with Documenso!', }, } satisfies Metadata;