We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e733e8 commit 9dbe802Copy full SHA for 9dbe802
src/utils/search.js
@@ -11,6 +11,7 @@ async function google(query, target = '', limit = 0) {
11
const result = await googleIt({
12
query,
13
includeSites: target,
14
+ disableConsole: true,
15
});
16
17
if (limit) {
0 commit comments