mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-18 13:49:25 +00:00
chore: update social media preview image
This commit is contained in:
parent
386708c082
commit
e54813795a
2 changed files with 14 additions and 6 deletions
BIN
public/sm-preview.jpg
Normal file
BIN
public/sm-preview.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 216 KiB |
|
|
@ -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 />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue