This commit is contained in:
2026-02-27 22:05:44 +01:00
parent 8287def29e
commit 6512edd041
3 changed files with 44 additions and 24 deletions

View File

@@ -1 +0,0 @@
VITE_API_BASE_URL=https://balexvic.com

View File

@@ -4,4 +4,9 @@ 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"
),
},
});