1 parent 9d1a05f commit 83104fbCopy full SHA for 83104fb
1 file changed
src/game/constants.ts
@@ -11,7 +11,7 @@ import type {
11
UpgradeDefinition,
12
} from "./types.js";
13
14
-export const STORAGE_KEY = "skills17.frontend.loc-clicker.state.v1";
+export const STORAGE_KEY = "loc-clicker.state.v1";
15
export const STORAGE_BACKUP_KEY = `${STORAGE_KEY}.backup`;
16
17
export const DEVELOPER_LEVELS: Record<DeveloperLevel, DeveloperConfig> = {
0 commit comments