From 0ad9571116229d19132282ec4e727b12996769f4 Mon Sep 17 00:00:00 2001 From: rzmk Date: Tue, 5 Dec 2023 12:26:56 -0500 Subject: [PATCH] fix: update to using new subdomain URL --- README.md | 2 +- astro.config.mjs | 3 +-- src/layouts/Layout.astro | 4 ++-- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 3e718d2..7806ed3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/astro.config.mjs b/astro.config.mjs index 2f1b3c8..ba46190 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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()], }); diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro index 2798920..f8680f0 100644 --- a/src/layouts/Layout.astro +++ b/src/layouts/Layout.astro @@ -27,14 +27,14 @@ const { title } = Astro.props; - + - +