Skip to content

Commit 1043cc8

Browse files
GregBrimbleharshil1712
authored andcommitted
Rename experimental_assets to assets (#18433)
1 parent f16062d commit 1043cc8

File tree

1 file changed

+6
-2
lines changed
  • src/content/docs/workers/frameworks/framework-guides

1 file changed

+6
-2
lines changed

src/content/docs/workers/frameworks/framework-guides/nextjs.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,11 @@ To create a new Next.js app, pre-configured to run on Cloudflare using [`@openne
3535

3636
## Video Tutorial
3737

38-
<Stream videoId="0b28fdd5938c4929bd7fdedcd167044d" videoTitle="Deploy NextJS to Your Workers Application" thumbnailTimeOrURL="2.5s" />
38+
<Stream
39+
videoId="0b28fdd5938c4929bd7fdedcd167044d"
40+
videoTitle="Deploy NextJS to Your Workers Application"
41+
thumbnailTimeOrURL="2.5s"
42+
/>
3943

4044
## Existing Next.js apps
4145

@@ -70,7 +74,7 @@ main = ".worker-next/index.mjs"
7074
name = "my-app"
7175
compatibility_date = "2024-09-23"
7276
compatibility_flags = ["nodejs_compat"]
73-
experimental_assets = { directory = ".worker-next/assets", binding = "ASSETS" }
77+
assets = { directory = ".worker-next/assets", binding = "ASSETS" }
7478
```
7579

7680
</WranglerConfig>

0 commit comments

Comments
 (0)