Added Web search DuckDuckGo
This commit is contained in:
10
src/utils/search-provider.ts
Normal file
10
src/utils/search-provider.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export const SUPPORTED_SERACH_PROVIDERS = [
|
||||
{
|
||||
label: "Google",
|
||||
value: "google"
|
||||
},
|
||||
{
|
||||
label: "DuckDuckGo",
|
||||
value: "duckduckgo"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user