From e12e207e237ad43c54761d610d61d8e34a0534a9 Mon Sep 17 00:00:00 2001 From: Peter Date: Fri, 23 May 2025 08:43:32 -0500 Subject: [PATCH] Roll site to season 12 --- index.html | 4 ++-- src/services/utilities.ts | 9 ++++----- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/index.html b/index.html index 07ad976..ff251bc 100644 --- a/index.html +++ b/index.html @@ -5,13 +5,13 @@ - + - SBa Season 11 + SBa Season 12 diff --git a/src/services/utilities.ts b/src/services/utilities.ts index 251d7ee..b174306 100644 --- a/src/services/utilities.ts +++ b/src/services/utilities.ts @@ -4,7 +4,7 @@ dayjs.extend(customParseFormat) export const SITE_URL = 'https://sba.manticorum.com' -export const CURRENT_SEASON = 11 +export const CURRENT_SEASON = 12 export const MODERN_STAT_ERA_START = 8 @@ -15,10 +15,9 @@ export const WEEKS_PER_SEASON = 18 export const GAMES_PER_SEASON = GAMES_PER_WEEK * WEEKS_PER_SEASON // TODO: Annually update this start date and holidays with two week series or get it from the DB -export const SEASON_START_DATE: dayjs.Dayjs = dayjs('12-16-2024', 'MM/DD/YYYY') -export const THANKSGIVING: dayjs.Dayjs = dayjs('11-27-2025', 'MM/DD/YYYY') -export const CHRISTMAS: dayjs.Dayjs = dayjs('12-25-2024', 'MM/DD/YYYY') - +export const SEASON_START_DATE: dayjs.Dayjs = dayjs('2025-06-23') +export const THANKSGIVING: dayjs.Dayjs = dayjs('2025-11-27') +export const CHRISTMAS: dayjs.Dayjs = dayjs('2025-12-25') export const POS_MAP = { 'P': 1,