-
Notifications
You must be signed in to change notification settings - Fork 646
Open
Labels
Description
opendal/website/plugins/image-ssr-plugin.js
Lines 78 to 86 in 1c77166
const response = await fetch(imageUrl, { | |
signal: controller.signal, | |
headers: { | |
"User-Agent": | |
"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36", | |
Accept: "image/webp,image/apng,image/*,*/*;q=0.8", | |
}, | |
redirect: "follow", | |
}); |
https://github.com/apache/opendal/actions/runs/18396491657/job/52417545045?pr=6640
It takes several minutes to download. Typically, it should be a few seconds.
dosubot