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;
-
+
-
+