Site to season 13
This commit is contained in:
parent
1cf70a9c88
commit
5768b9f7d2
@ -5,13 +5,13 @@
|
|||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<link rel="icon" href="/favicon.ico">
|
<link rel="icon" href="/favicon.ico">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||||
<meta property="og:title" content="SBa Season 12" />
|
<meta property="og:title" content="SBa Season 13" />
|
||||||
<meta property="og:type" content="website" />
|
<meta property="og:type" content="website" />
|
||||||
<meta property="og:url" content="https://sba.manticorum.com" />
|
<meta property="og:url" content="https://sba.manticorum.com" />
|
||||||
<meta property="og:image" content="https://sba.manticorum.com/sba-network.png" />
|
<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 property="og:description" content="The home of the Strat-o-matic Baseball Association" />
|
||||||
<meta name="theme-color" content="#A6CE39">
|
<meta name="theme-color" content="#A6CE39">
|
||||||
<title>SBa Season 12</title>
|
<title>SBa Season 13</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@ -6,7 +6,7 @@ export const SITE_URL = 'https://sba.manticorum.com'
|
|||||||
|
|
||||||
export const API_URL = 'https://api.sba.manticorum.com'
|
export const API_URL = 'https://api.sba.manticorum.com'
|
||||||
|
|
||||||
export const CURRENT_SEASON = 12
|
export const CURRENT_SEASON = 13
|
||||||
|
|
||||||
export const MODERN_STAT_ERA_START = 8
|
export const MODERN_STAT_ERA_START = 8
|
||||||
|
|
||||||
@ -17,8 +17,8 @@ export const WEEKS_PER_SEASON = 18
|
|||||||
export const GAMES_PER_SEASON = GAMES_PER_WEEK * WEEKS_PER_SEASON
|
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
|
// 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('2025-06-23')
|
export const SEASON_START_DATE: dayjs.Dayjs = dayjs('2025-12-15')
|
||||||
export const THANKSGIVING: dayjs.Dayjs = dayjs('2025-11-27')
|
export const THANKSGIVING: dayjs.Dayjs = dayjs('2026-11-26')
|
||||||
export const CHRISTMAS: dayjs.Dayjs = dayjs('2025-12-25')
|
export const CHRISTMAS: dayjs.Dayjs = dayjs('2025-12-25')
|
||||||
|
|
||||||
export const POS_MAP = {
|
export const POS_MAP = {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user