Skip to content

Commit 05e6da0

Browse files
authored
Update leagueInfo.js
updated league ID
1 parent f52c1be commit 05e6da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/lib/utils/leagueInfo.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/* STEP 1 */
2-
export const leagueID = "918205115247595520"; // your league ID
2+
export const leagueID = "1048335951803654144"; // your league ID
33
export const leagueName = "I Thought This Was America"; // your league name
4-
export const dues = 150; // (optional) used in template constitution page
4+
export const dues = 200; // (optional) used in template constitution page
55
export const dynasty = true; // true for dynasty leagues, false for redraft and keeper
66
export const enableBlog = false; // requires VITE_CONTENTFUL_ACCESS_TOKEN and VITE_CONTENTFUL_SPACE environment variables
77

0 commit comments

Comments
 (0)