diff options
Diffstat (limited to 'frontend/query.ts')
-rw-r--r-- | frontend/query.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/frontend/query.ts b/frontend/query.ts index 7fa83e3..d8a2d25 100644 --- a/frontend/query.ts +++ b/frontend/query.ts @@ -1,7 +1,7 @@ import { status } from "./ui.ts" // TODO embed this information into bangs.js -const ENGINE_PINNED: Set<string> = new Set(["ddg", "qw", "qwl", "g"]) +const ENGINE_PINNED: Set<string> = new Set(["ddg", "ec", "qwl", "sp"]) interface Bangs { [key: string]: { url: string, name?: string, pinned?: boolean } | undefined } export let bangs: Promise<Bangs>; |