Monorepo for Tangled

avatar: disable image resizing for now

Until we can figure out why this 403s on Cloudflare's end.

Signed-off-by: Anirudh Oppiliappan <anirudh@tangled.org>

+8 -8
+8 -8
avatar/src/index.js
··· 244 244 let avatarResponse; 245 245 if (resizeToTiny) { 246 246 avatarResponse = await fetch(avatarUrl, { 247 - cf: { 248 - image: { 249 - width: 32, 250 - height: 32, 251 - fit: "cover", 252 - format: "webp", 253 - }, 254 - }, 247 + // cf: { 248 + // image: { 249 + // width: 32, 250 + // height: 32, 251 + // fit: "cover", 252 + // format: "webp", 253 + // }, 254 + // }, 255 255 }); 256 256 } else { 257 257 avatarResponse = await fetch(avatarUrl);