added deployments
This commit is contained in:
parent
d1fda5def9
commit
b1f0970aa5
2 changed files with 49 additions and 40 deletions
|
@ -30,10 +30,10 @@
|
|||
src="https://plausible.io/js/script.js"
|
||||
></script>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>Unduck</title>
|
||||
<title>SearchLock</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="A better default search engine (with bangs!)"
|
||||
content="A better default search engine (with bangs, and better defaults!)"
|
||||
/>
|
||||
</head>
|
||||
<body style="background-color: transparent">
|
||||
|
|
|
@ -1,6 +1,15 @@
|
|||
// This file was (mostly) ripped from https://duckduckgo.com/bang.js
|
||||
|
||||
export const bangs = [
|
||||
{
|
||||
c: "AI",
|
||||
d: "perplexity.ai",
|
||||
r: 0,
|
||||
s: "Perplexity AI",
|
||||
sc: "AI",
|
||||
t: "pl",
|
||||
u: "https://perplexity.ai/search?q={{{s}}}",
|
||||
},
|
||||
{
|
||||
c: "AI",
|
||||
d: "www.t3.chat",
|
||||
|
|
Loading…
Add table
Reference in a new issue