Skip to content

Commit

Permalink
Fix Google Images external source link (#4792)
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkrida authored Aug 20, 2024
1 parent 716f68c commit 73987f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/utils/get-additional-sources.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,8 @@ const additionalSourceBuilders: AdditionalSourceBuilder[] = [
url: "https://www.google.com/search",
queryParams: {
q: search.q,
tbm: "isch", // this means 'search images'
tbs: "il:cl",
udm: "2", // this means "search images"
tbs: "sur:cl",
},
}),
},
Expand Down

0 comments on commit 73987f2

Please sign in to comment.