From 7037bd46431830e4d4ad46b2e136243e8455ac02 Mon Sep 17 00:00:00 2001 From: nsfisis Date: Fri, 13 Feb 2026 21:38:42 +0900 Subject: refactor(frontend): extract APP_NAME constant for page titles Co-Authored-By: Claude Opus 4.6 --- frontend/app/config.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'frontend/app/config.ts') 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"; -- cgit v1.3.1