chore: update social media preview image

This commit is contained in:
rzmk 2024-09-04 08:34:09 -04:00
parent 386708c082
commit e54813795a
No known key found for this signature in database
2 changed files with 14 additions and 6 deletions

BIN
public/sm-preview.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB

View file

@ -23,22 +23,30 @@ const { title } = Astro.props;
<!-- Primary Meta Tags -->
<title>{title}</title>
<meta name="title" content={title} />
<meta name="description" content="Transform and upload spreadsheet data to CKAN with our streamlined desktop app, featuring 'recipes' for common data wrangling tasks. Based on the qsv CLI tool." />
<meta
name="description"
content="Transform and upload spreadsheet data to CKAN with our streamlined desktop app, featuring 'recipes' for common data wrangling tasks. Based on the qsv CLI tool."
/>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://qsvpro.dathere.com" />
<meta property="og:title" content={title} />
<meta property="og:description" content="Transform and upload spreadsheet data to CKAN with our streamlined desktop app, featuring 'recipes' for common data wrangling tasks. Based on the qsv CLI tool." />
<meta property="og:image" content="/sm-preview.png" />
<meta
property="og:description"
content="Transform and upload spreadsheet data to CKAN with our streamlined desktop app, featuring 'recipes' for common data wrangling tasks. Based on the qsv CLI tool."
/>
<meta property="og:image" content="/sm-preview.jpg" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://qsvpro.dathere.com" />
<meta property="twitter:title" content={title} />
<meta property="twitter:description" content="Transform and upload spreadsheet data to CKAN with our streamlined desktop app, featuring 'recipes' for common data wrangling tasks. Based on the qsv CLI tool." />
<meta property="twitter:image" content="/sm-preview.png" />
<meta
property="twitter:description"
content="Transform and upload spreadsheet data to CKAN with our streamlined desktop app, featuring 'recipes' for common data wrangling tasks. Based on the qsv CLI tool."
/>
<meta property="twitter:image" content="/sm-preview.jpg" />
</head>
<body>
<slot />