Skip to content

Commit

Permalink
fix: change qsv.pro to qsv-pro-web
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Dec 5, 2023
1 parent bf28e03 commit 4b6724d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# qsv.pro
# qsv-pro-web

Promotional website for qsv pro. Based on the [Tailcast template](https://github.com/matt765/Tailcast) using Astro.

Expand All @@ -8,7 +8,7 @@ Astro, React, Tailwind, Framer Motion

## Live link

[https://dathere.github.io/qsv.pro](https://dathere.github.io/qsv.pro)
[https://dathere.github.io/qsv-pro-web](https://dathere.github.io/qsv-pro-web)

## How to run

Expand Down
4 changes: 2 additions & 2 deletions src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -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" />
Expand Down

0 comments on commit 4b6724d

Please sign in to comment.