fixed google suggestionUrl

This commit is contained in:
Flo2410 2024-01-26 22:47:51 +00:00
parent 0907c89b41
commit 2cd55cb2ea
No known key found for this signature in database
GPG Key ID: 8ECB00AC5216DC7F

View File

@ -12,7 +12,7 @@ export const searchProviders = {
google: {
name: "Google",
url: "https://www.google.com/search?q=",
suggestionUrl: "https://www.google.com/complete/search?client=chrome&q=home",
suggestionUrl: "https://www.google.com/complete/search?client=chrome&q=",
icon: SiGoogle,
},
duckduckgo: {