fix: change qsv.pro to qsv-pro-web

This commit is contained in:
rzmk 2023-12-04 22:15:45 -05:00
parent bf28e03362
commit 4b6724dae2
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View file

@ -27,14 +27,14 @@ const { title } = Astro.props;
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://dathere.github.io/qsv.pro" />
<meta property="og:url" content="https://dathere.github.io/qsv-pro-web" />
<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" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://dathere.github.io/qsv.pro" />
<meta property="twitter:url" content="https://dathere.github.io/qsv-pro-web" />
<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" />