diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-08-17 17:33:03 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-08-17 17:33:03 +0900 |
| commit | 8bcfc7e5cdb50ff2c7d6d844d4d9fb1324d9774b (patch) | |
| tree | 07072ec91b654d3f2630971de01e5eb14b8b8b47 /frontend/app/config.ts | |
| parent | ecfd4d0a0ab195cdc28cf1f83a6e6885a585d945 (diff) | |
| download | iosdc-japan-2025-albatross-8bcfc7e5cdb50ff2c7d6d844d4d9fb1324d9774b.tar.gz iosdc-japan-2025-albatross-8bcfc7e5cdb50ff2c7d6d844d4d9fb1324d9774b.tar.zst iosdc-japan-2025-albatross-8bcfc7e5cdb50ff2c7d6d844d4d9fb1324d9774b.zip | |
fix(frontend): wrong env var name
Diffstat (limited to 'frontend/app/config.ts')
| -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 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/`; |
