Skip to content

Commit

Permalink
amend readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lambtron committed Oct 31, 2024
1 parent 281997d commit 4970426
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,18 +78,12 @@ deno task build
After installing [`deployctl`](https://github.com/denoland/deployctl):

```bash
deployctl deploy --include=.next --include=public jsr:@deno/nextjs-start
deployctl deploy --include=.next --include=public jsr:@deno/nextjs-start/v15
```

Learn more about configuring
[`jsr:@deno/nextjs-start`](https://jsr.io/@deno/nextjs-start).

Using Next.js 15? Try the below deploy command, which uses another entrypoint:

```bash
deployctl deploy --include=.next --include=public https://raw.githubusercontent.com/arnauorriols/deno-next-start/refs/heads/v15/main.ts
```

## Learn More

To learn more about Next.js and Deno Deploy, take a look at the following
Expand Down

0 comments on commit 4970426

Please sign in to comment.