Skip to content

Commit 83104fb

Browse files
set storage key
1 parent 9d1a05f commit 83104fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/game/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import type {
1111
UpgradeDefinition,
1212
} from "./types.js";
1313

14-
export const STORAGE_KEY = "skills17.frontend.loc-clicker.state.v1";
14+
export const STORAGE_KEY = "loc-clicker.state.v1";
1515
export const STORAGE_BACKUP_KEY = `${STORAGE_KEY}.backup`;
1616

1717
export const DEVELOPER_LEVELS: Record<DeveloperLevel, DeveloperConfig> = {

0 commit comments

Comments
 (0)