changed from duckduckgo to google

This commit is contained in:
Aleksandr Morozov 2024-12-31 08:20:05 +00:00
parent 210e602b77
commit 3835b85277

View file

@ -32,7 +32,7 @@
const CONFIG = {
commandPathDelimiter: '/',
commandSearchDelimiter: ' ',
defaultSearchTemplate: 'https://duckduckgo.com/?q={}',
defaultSearchTemplate: 'https://google.com/search?q={}',
openLinksInNewTab: true,
suggestionLimit: 4,
};