Skip to content

Commit 3b05ab5

Browse files
committed
fix(plugin-web): Avoid specifying language in wikipedia search
1 parent 4db2e31 commit 3b05ab5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/web/main.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class App {
2929

3030
switch (key) {
3131
case 'wiki':
32-
this.query_base = 'https://en.wikipedia.org/w/index.php?search='
32+
this.query_base = 'https://wikipedia.org/w/index.php?search='
3333
this.name_base = 'Wikipedia'
3434
break
3535

0 commit comments

Comments
 (0)