fix: update to using new subdomain URL

This commit is contained in:
rzmk 2023-12-05 12:26:56 -05:00
parent fc6e88302d
commit 0ad9571116
No known key found for this signature in database
3 changed files with 4 additions and 5 deletions

View file

@ -8,7 +8,7 @@ Astro, React, Tailwind, Framer Motion
## Live link
[https://dathere.github.io/qsv-pro-web](https://dathere.github.io/qsv-pro-web)
[https://qsvpro.dathere.com](https://qsvpro.dathere.com)
## How to run

View file

@ -3,7 +3,6 @@ import react from "@astrojs/react";
import tailwind from "@astrojs/tailwind";
export default defineConfig({
site: "https://dathere.github.io",
base: "/qsv-pro-web",
site: "https://qsvpro.dathere.com",
integrations: [react(), tailwind()],
});

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-web" />
<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" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://dathere.github.io/qsv-pro-web" />
<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" />