Skip to content

Commit

Permalink
Update searchQueries.json
Browse files Browse the repository at this point in the history
Added Wikipedia (English)
  • Loading branch information
petemidge authored Nov 9, 2021
1 parent 08afaec commit 1f2fedf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions client/src/utility/searchQueries.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@
"name": "YouTube",
"prefix": "yt",
"template": "https://www.youtube.com/results?search_query="
},
{
"name": "Wikipedia",
"prefix": "w",
"template": "https://en.wikipedia.org/w/index.php?search="
}
]
}

0 comments on commit 1f2fedf

Please sign in to comment.