Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 188f49e

Browse files
committed
fix(debut): do not enable debug by default
1 parent 90f054d commit 188f49e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/DocSearch.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class DocSearch {
3636
hitsPerPage: 5
3737
},
3838
autocompleteOptions = {
39-
debug: true,
39+
debug: false,
4040
hint: false
4141
}
4242
}) {

0 commit comments

Comments
 (0)