aboutsummaryrefslogtreecommitdiffhomepage
path: root/frontend/app/config.ts
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/app/config.ts')
-rw-r--r--frontend/app/config.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/frontend/app/config.ts b/frontend/app/config.ts
index 9d7af47..92f764a 100644
--- a/frontend/app/config.ts
+++ b/frontend/app/config.ts
@@ -1,2 +1,3 @@
export const BASE_PATH = import.meta.env.BASE_URL || "/";
export const API_BASE_PATH = `${BASE_PATH}api/`;
+export const APP_NAME = "iOSDC Japan 2025 Albatross";