diff options
| -rw-r--r-- | frontend/app/config.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/app/config.ts b/frontend/app/config.ts index fc56674..9d7af47 100644 --- a/frontend/app/config.ts +++ b/frontend/app/config.ts @@ -1,2 +1,2 @@ -export const BASE_PATH = import.meta.env.BASE || "/"; +export const BASE_PATH = import.meta.env.BASE_URL || "/"; export const API_BASE_PATH = `${BASE_PATH}api/`; |
