Skip to content

Commit 35004f6

Browse files
committed
oops lol, enable leaderboard
1 parent 4185955 commit 35004f6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
SERVER_URL = 'https://minesweeper-leaderboard.tuggi.dev';
1+
SERVER_URL = "https://minesweeper-leaderboard.tuggi.dev";
22
// SERVER_URL = 'http://localhost:3001';
33
LOCAL_STORAGE_USERNAME_KEY = "ms_lb_username";
44
LOCAL_STORAGE_COLLAPSE_KEY = "ms_lb_collapsed";
@@ -8,7 +8,7 @@ LOCAL_STORAGE_COLOR_KEY = "ms_color_enabled";
88
LOCAL_STORAGE_MARKS_KEY = "ms_marks_enabled";
99
LOCAL_STORAGE_GUESS_FREE_KEY = "ms_guess_free";
1010

11-
LEADERBOARD_ENABLED = false;
11+
LEADERBOARD_ENABLED = true;
1212

1313
// name
1414
// onChange ==> (state) => ...

0 commit comments

Comments
 (0)