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

@ -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()],
});