diff --git a/index.html b/index.html index ac8e746..9798da7 100644 --- a/index.html +++ b/index.html @@ -49,14 +49,14 @@ suggestions: true, // max amount of suggestions that will ever be displayed. - suggestionsLimit: 4, + suggestionsLimit: 6, // the order and limit for each suggestion influencer. // the following would give you 1 suggestion from your search history // and 4 suggestions from Duck Duck Go. influencers: [ { name: 'History', limit: 1 }, - { name: 'DuckDuckGo', limit: 4 }, + { name: 'DuckDuckGo', limit: 6 }, ], // open queries in a new tab.