ui: update Open Graph and Twitter card images for various pages to enhance social sharing
This commit is contained in:
@@ -82,7 +82,14 @@ export default function WithProviders(props: AppProps) {
|
||||
title: 'Plunk | The Open-Source Email Platform',
|
||||
description:
|
||||
'Open-source email automation platform with workflows, segments, and developer API. Scale from 0 to millions of emails at $0.001 per email. Self-hostable and privacy-first.',
|
||||
images: [{url: 'https://www.useplunk.com/assets/card.png', alt: 'Plunk'}],
|
||||
images: [
|
||||
{
|
||||
url: `https://www.useplunk.com/api/og?title=${encodeURIComponent('The Open-Source Email Platform')}`,
|
||||
width: 1200,
|
||||
height: 630,
|
||||
alt: 'Plunk',
|
||||
},
|
||||
],
|
||||
}}
|
||||
additionalMetaTags={[{property: 'title', content: 'Plunk | The Open-Source Email Platform'}]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user