diff --git a/src/recent-searches.ts b/src/recent-searches.ts index 73a77db1..0dbd32f9 100644 --- a/src/recent-searches.ts +++ b/src/recent-searches.ts @@ -23,7 +23,7 @@ function createStorage() { }; } - const STORAGE_KEY = '__AUTOCOMPLETE_RECENT_SEARCHES__'; + const STORAGE_KEY = '__DOCSEARCH_RECENT_SEARCHES__'; return { setItem(item: TItem[]) {