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 bc1d243 commit 16417c4Copy full SHA for 16417c4
packages/cloudflare/src/api/config.ts
@@ -48,10 +48,8 @@ export type CloudflareOverrides = {
48
enableCacheInterception?: boolean;
49
50
/**
51
- * Set the route preloading behavior.
52
- *
+ * Route preloading behavior.
53
* Using a value other than "none" can result in higher CPU usage on cold starts.
54
55
* @default "none"
56
*/
57
routePreloadingBehavior?: RoutePreloadingBehavior;
0 commit comments