Skip to content

Commit

Permalink
cant spell
Browse files Browse the repository at this point in the history
  • Loading branch information
james-elicx committed Jul 2, 2023
1 parent 26801a1 commit 63b1d0b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export async function imageResizing(
// const imageResp = await fetch(imageReq, { cf: { image: options } });
// if (imageResp.status === 200) return formatResp(imageResp, imageUrl, config);

// NOTE: Pages also doens't seem to support calling the `/cdn-cgi/image` endpoint either.
// NOTE: Pages also doesn't seem to support calling the `/cdn-cgi/image` endpoint either.
// const cdnCgiImageUrl = buildCdnCgiImageUrl(requestUrl, imageUrl, options);
// const cdnCgiResp = await fetch(cdnCgiImageUrl, { headers: request.headers });
// if (cdnCgiResp.status === 200) return formatResp(cdnCgiResp, imageUrl, config);
Expand Down

0 comments on commit 63b1d0b

Please sign in to comment.