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 ddf645f commit c0aee32Copy full SHA for c0aee32
src/utils/common.ts
@@ -63,7 +63,7 @@ export const getFSFile = async (filePath: string): Promise<IPathTransformedImgIn
63
export const getURLFile = async (url: string): Promise<IPathTransformedImgInfo> => {
64
const requestOptions = {
65
method: 'GET',
66
- url,
+ url: handleUrlEncode(url),
67
encoding: null
68
}
69
let isImage = false
0 commit comments