Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pages/cloudflare/examples.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { Callout } from "nextra/components";
To create a new Next.js app, pre-configured to run on Cloudflare using `@opennextjs/cloudflare`, run:

```
npm create cloudflare@latest -- my-next-app --framework=next --experimental
npm create cloudflare@latest -- my-next-app --framework=next --platform=workers
```

### Basic starter projects
Expand Down
2 changes: 1 addition & 1 deletion pages/cloudflare/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import { Callout } from "nextra/components";
To create a new Next.js app, pre-configured to run on Cloudflare using `@opennextjs/cloudflare`, run:

```sh
npm create cloudflare@latest -- my-next-app --framework=next --experimental
npm create cloudflare@latest -- my-next-app --framework=next --platform=workers
```

#### Existing Next.js apps
Expand Down
2 changes: 1 addition & 1 deletion pages/cloudflare/howtos/dev.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Let's explore, in more detail, the application development workflow we recommend
To create a new Next.js app, pre-configured to run on Cloudflare using `@opennextjs/cloudflare`, run:

```bash
npm create cloudflare@latest -- my-next-app --framework=next --experimental
npm create cloudflare@latest -- my-next-app --framework=next --platform=workers
```

### Develop locally using `next dev`
Expand Down
2 changes: 1 addition & 1 deletion pages/cloudflare/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ The [`@opennextjs/cloudflare`](https://www.npmjs.com/package/@opennextjs/cloudfl
To create a new Next.js app, pre-configured to run on Cloudflare using `@opennextjs/cloudflare`, run:

```
npm create cloudflare@latest -- my-next-app --framework=next --experimental
npm create cloudflare@latest -- my-next-app --framework=next --platform=workers
```

##### Existing Next.js apps
Expand Down