aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--frontend/app/config.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/config.ts b/frontend/app/config.ts
index 3e6e642..9d0bdf7 100644
--- a/frontend/app/config.ts
+++ b/frontend/app/config.ts
@@ -1,2 +1,2 @@
-export const BASE_PATH = import.meta.env.VITE_ALBATROSS_BASE_PATH || "/";
+export const BASE_PATH = import.meta.env.ALBATROSS_BASE_PATH || "/";
export const API_BASE_PATH = `${BASE_PATH}api/`;