custom search engine
This commit is contained in:
@@ -39,7 +39,9 @@ export default function Route({ params }: { params: { route: string[] } }) {
|
||||
{
|
||||
service: window.chemical.getStore("service"),
|
||||
autoHttps: true,
|
||||
searchEngine: "https://www.google.com/search?q=%s",
|
||||
searchEngine:
|
||||
window.chemical.getStore("searchEngine") ||
|
||||
"https://www.google.com/search?q=%s",
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user