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 0c9c78b commit 19045cbCopy full SHA for 19045cb
packages/open-next/src/converters/edge.ts
@@ -81,6 +81,7 @@ const converter: Converter<
81
82
return fetch(req, {
83
// This is a hack to make sure that the response is cached by Cloudflare
84
+ // See https://developers.cloudflare.com/workers/examples/cache-using-fetch/#caching-html-resources
85
// @ts-expect-error - This is a Cloudflare specific option
86
cf: cfCache,
87
});
0 commit comments