From 3835b852779628a758febb2c6e1f15d91d73d156 Mon Sep 17 00:00:00 2001 From: Aleksandr Morozov <40390416+doubledeckwa@users.noreply.github.com> Date: Tue, 31 Dec 2024 08:20:05 +0000 Subject: [PATCH] changed from duckduckgo to google --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 64c4b24..97965f0 100644 --- a/index.html +++ b/index.html @@ -32,7 +32,7 @@ const CONFIG = { commandPathDelimiter: '/', commandSearchDelimiter: ' ', - defaultSearchTemplate: 'https://duckduckgo.com/?q={}', + defaultSearchTemplate: 'https://google.com/search?q={}', openLinksInNewTab: true, suggestionLimit: 4, };