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 48d90e9 commit b612957Copy full SHA for b612957
src/content/docs/workers/frameworks/framework-guides/nextjs.mdx
@@ -101,7 +101,7 @@ You can convert an existing Next.js application to run on Cloudflare
101
102
3. **Add a configuration file for OpenNext**
103
104
- In your project root, create an OpenNext configuration file name `open-next.config.ts` with the following content:
+ In your project root, create an OpenNext configuration file named `open-next.config.ts` with the following content:
105
106
```ts
107
import { defineCloudflareConfig } from "@opennextjs/cloudflare";
0 commit comments