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 49ee18d commit 863c196Copy full SHA for 863c196
packages/gitbook/src/routes/ogimage.tsx
@@ -344,6 +344,7 @@ const staticImagesCache = new Map<string, string>();
344
* Read a static image and cache it in memory.
345
*/
346
async function readStaticImage(url: string) {
347
+ logOnCloudflareOnly(`Reading static image: ${url}, cache size: ${staticImagesCache.size}`);
348
const cached = staticImagesCache.get(url);
349
if (cached) {
350
return cached;
0 commit comments