Skip to content

Commit 63d7635

Browse files
remove unnecessary '%s'at the end of kagi url
1 parent cafb634 commit 63d7635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ export const SUPPORTED_SEARCH_ENGINES = [
7373
},
7474
{
7575
label: 'Kagi',
76-
url: 'https://kagi.com/search?q=%s',
76+
url: 'https://kagi.com/search?q=',
7777
logo: KagiLogo,
7878
},
7979
]

0 commit comments

Comments
 (0)