Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
perf: update localStorage namespace (#490)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby authored Mar 7, 2022
1 parent f07d90a commit d816c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/defaultSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default {
fixedSidebar: true,
autoHideHeader: false,
storageOptions: {
namespace: 'halo__',
namespace: 'HALO__',
name: 'ls',
storage: 'local'
}
Expand Down

0 comments on commit d816c50

Please sign in to comment.