Skip to content

Commit

Permalink
use kennedy.gemi.dev as default search provider
Browse files Browse the repository at this point in the history
  • Loading branch information
yggverse committed Jan 26, 2025
1 parent e7bd5bb commit ac4551d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/browser/window/tab/item/client.rs
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ fn search(query: &str) -> Uri {
UriFlags::NONE,
"gemini",
None,
Some("tlgs.one"),
Some("kennedy.gemi.dev"), // tlgs.one was replaced by response time issue
-1,
"/search",
Some(&Uri::escape_string(query, None, false)),
Expand Down

0 comments on commit ac4551d

Please sign in to comment.