From 316d799609685aba53056c63dc61754ef5143e4f Mon Sep 17 00:00:00 2001 From: nsfisis Date: Mon, 18 Aug 2025 00:50:10 +0900 Subject: fix(frontend): wrong base path config --- 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 9d0bdf7..fc56674 100644 --- a/frontend/app/config.ts +++ b/frontend/app/config.ts @@ -1,2 +1,2 @@ -export const BASE_PATH = import.meta.env.ALBATROSS_BASE_PATH || "/"; +export const BASE_PATH = import.meta.env.BASE || "/"; export const API_BASE_PATH = `${BASE_PATH}api/`; -- cgit v1.2.3-70-g09d2