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 c7be49c commit eb005a6Copy full SHA for eb005a6
pages/cloudflare/get-started.mdx
@@ -82,7 +82,7 @@ Add a [`open-next.config.ts`](https://opennext.js.org/aws/config) file to the ro
82
83
```ts
84
import type { OpenNextConfig } from "@opennextjs/aws/types/open-next.js";
85
-import cache from "@opennextjs/cloudflare/kvCache";
+import cache from "@opennextjs/cloudflare/kv-cache";
86
87
const config: OpenNextConfig = {
88
default: {
0 commit comments