Skip to content

Commit d06bd7e

Browse files
committed
Rename experimental_assets to assets
1 parent 104294f commit d06bd7e

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

@@ -66,7 +70,7 @@ main = ".worker-next/index.mjs"
6670
name = "my-app"
6771
compatibility_date = "2024-09-23"
6872
compatibility_flags = ["nodejs_compat"]
69-
experimental_assets = { directory = ".worker-next/assets", binding = "ASSETS" }
73+
assets = { directory = ".worker-next/assets", binding = "ASSETS" }
7074
```
7175

7276
:::note

0 commit comments

Comments
 (0)