Skip to content

Commit

Permalink
Rename experimental_assets to assets (#18433)
Browse files Browse the repository at this point in the history
  • Loading branch information
GregBrimble authored Nov 29, 2024
1 parent d916b29 commit 82303c1
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,11 @@ To create a new Next.js app, pre-configured to run on Cloudflare using [`@openne

## Video Tutorial

<Stream videoId="0b28fdd5938c4929bd7fdedcd167044d" videoTitle="Deploy NextJS to Your Workers Application" thumbnailTimeOrURL="2.5s" />
<Stream
videoId="0b28fdd5938c4929bd7fdedcd167044d"
videoTitle="Deploy NextJS to Your Workers Application"
thumbnailTimeOrURL="2.5s"
/>

## Existing Next.js apps

Expand Down Expand Up @@ -70,7 +74,7 @@ main = ".worker-next/index.mjs"
name = "my-app"
compatibility_date = "2024-09-23"
compatibility_flags = ["nodejs_compat"]
experimental_assets = { directory = ".worker-next/assets", binding = "ASSETS" }
assets = { directory = ".worker-next/assets", binding = "ASSETS" }
```

</WranglerConfig>
Expand Down

0 comments on commit 82303c1

Please sign in to comment.