This commit is contained in:
2026-02-27 22:12:10 +01:00
parent 6512edd041
commit 488e38c3a8
2 changed files with 1 additions and 6 deletions

View File

@@ -4,9 +4,4 @@ import react from "@vitejs/plugin-react";
export default defineConfig({
plugins: [react()],
base: "/ragview/",
define: {
"import.meta.env.VITE_API_BASE_URL": JSON.stringify(
process.env.VITE_API_BASE_URL || "https://balexvic.com"
),
},
});