We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2665ea6 commit b493adbCopy full SHA for b493adb
packages/gatsby-source-contentful/src/image-helpers.js
@@ -52,5 +52,5 @@ export function createUrl(imgUrl, options = {}) {
52
}
53
54
55
- return `https:${imgUrl}?${searchParams.toString()}`
+ return `${imgUrl}?${searchParams.toString()}`
56
0 commit comments