mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-19 05:59:24 +00:00
fix: use /qsv-pro-web as base path for deployment
This commit is contained in:
parent
4b6724dae2
commit
66de4f1fd0
1 changed files with 6 additions and 4 deletions
|
|
@ -1,7 +1,9 @@
|
|||
import { defineConfig } from 'astro/config';
|
||||
import react from '@astrojs/react';
|
||||
import { defineConfig } from "astro/config";
|
||||
import react from "@astrojs/react";
|
||||
import tailwind from "@astrojs/tailwind";
|
||||
|
||||
export default defineConfig({
|
||||
integrations: [react(), tailwind()]
|
||||
});
|
||||
site: "https://dathere.github.io",
|
||||
base: "/qsv-pro-web",
|
||||
integrations: [react(), tailwind()],
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue