From 8bcfc7e5cdb50ff2c7d6d844d4d9fb1324d9774b Mon Sep 17 00:00:00 2001 From: nsfisis Date: Sun, 17 Aug 2025 17:33:03 +0900 Subject: fix(frontend): wrong env var name --- frontend/app/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'frontend') 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/`; -- cgit v1.2.3-70-g09d2