Roll site to season 12
This commit is contained in:
parent
276be58777
commit
e12e207e23
@ -5,13 +5,13 @@
|
||||
<meta charset="UTF-8">
|
||||
<link rel="icon" href="/favicon.ico">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<meta property="og:title" content="SBa Season 11" />
|
||||
<meta property="og:title" content="SBa Season 12" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:url" content="https://sba.manticorum.com" />
|
||||
<meta property="og:image" content="https://sba.manticorum.com/sba-network.png" />
|
||||
<meta property="og:description" content="The home of the Strat-o-matic Baseball Association" />
|
||||
<meta name="theme-color" content="#A6CE39">
|
||||
<title>SBa Season 11</title>
|
||||
<title>SBa Season 12</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user