Skip to content

Commit

Permalink
fix: πŸ› display url must be https
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaju committed Sep 28, 2022
1 parent a21034a commit 08ead27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const callGetty = async (url, query, gettyVocab) => {
nameType: gettyVocab,
id: uri,
uri,
uriForDisplay: BASE_URL,
uriForDisplay: uri.replace('http', 'https'),
name,
repository: 'getty',
originalQueryString: query,
Expand Down

0 comments on commit 08ead27

Please sign in to comment.